mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
37 lines
786 B
JSON
37 lines
786 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": "microworld_art",
|
|
"title": "Arts Microworld"
|
|
},
|
|
{
|
|
"pattern": "/microworlds/fashion",
|
|
"view": "microworld_fashion",
|
|
"title": "Fashion Microworld"
|
|
},
|
|
{
|
|
"pattern": "/microworlds/hiphop",
|
|
"view": "microworld_hiphop",
|
|
"title": "Hip Hop Microworld"
|
|
}
|
|
]
|