mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
27 lines
506 B
JSON
27 lines
506 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": "/info/credits",
|
|
"view": "credits",
|
|
"title": "Credits"
|
|
}
|
|
]
|