scratch-www/server/routes.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"
}
]