mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-02 11:59:07 -05:00
cca175154c
Reads videos information from JSON, other parts still not generic.
32 lines
643 B
JSON
32 lines
643 B
JSON
[
|
|
{
|
|
"pattern": "/",
|
|
"view": "splash",
|
|
"title": "Imagine, Program, Share"
|
|
},
|
|
{
|
|
"pattern": "/about",
|
|
"view": "about",
|
|
"title": "About"
|
|
},
|
|
{
|
|
"pattern": "/components",
|
|
"view": "components",
|
|
"title": "Components"
|
|
},
|
|
{
|
|
"pattern": "/hoc",
|
|
"view": "hoc",
|
|
"title": "Hour of Code"
|
|
},
|
|
{
|
|
"pattern": "/microworlds_art",
|
|
"view": "microworlds_art",
|
|
"title": "Arts Microworld"
|
|
},
|
|
{
|
|
"pattern": "/microworlds",
|
|
"view": "microworlds",
|
|
"title": "Microworld Template"
|
|
}
|
|
]
|