mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
5d693ed53d
Also implements a method for handling translation of static files as described in https://github.com/LLK/scratch-www/issues/372#issuecomment-193350144
42 lines
791 B
JSON
42 lines
791 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"
|
|
},
|
|
{
|
|
"pattern": "/info/cards",
|
|
"view": "cards",
|
|
"title": "Cards"
|
|
},
|
|
{
|
|
"pattern": "/jobs",
|
|
"view": "jobs",
|
|
"title": "Jobs"
|
|
},
|
|
{
|
|
"pattern": "/wedo",
|
|
"view": "wedo2",
|
|
"title": "LEGO WeDo 2.0"
|
|
}
|
|
]
|