scratch-www/src/routes.json

95 lines
2.4 KiB
JSON
Raw Normal View History

[
{
"name": "splash",
"pattern": "^/?$",
"view": "splash/splash",
"title": "Imagine, Program, Share"
},
{
"name": "about",
"pattern": "^/about/?$",
"view": "about/about",
"title": "About"
2015-09-08 10:54:15 -04:00
},
{
"name": "components",
"pattern": "^/components/?$",
"view": "components/components",
"title": "Components"
},
{
"name": "hoc",
"pattern": "^/hoc/?$",
"view": "hoc/hoc",
"title": "Hour of Code"
},
{
"name": "credits",
"pattern": "^/info/credits/?$",
"view": "credits/credits",
"title": "Credits"
2016-01-31 13:02:10 -05:00
},
{
"name": "cards",
"pattern": "^/info/cards/?$",
"view": "cards/cards",
"title": "Cards"
},
{
"name": "communityblocks-interviews",
"pattern": "^/info/communityblocks-interviews/?$",
"view": "communityblocks-interviews/communityblocks-interviews",
"title": "Community Blocks Beta Tester Interviews"
},
2015-11-29 13:42:26 -05:00
{
"name": "jobs",
"pattern": "^/jobs/?$",
"view": "jobs/jobs",
2015-11-29 13:42:26 -05:00
"title": "Jobs"
},
{
"name": "wedo2",
"pattern": "^/wedo/?$",
"view": "wedo2/wedo2",
"title": "LEGO WeDo 2.0"
},
2016-04-21 16:22:39 -04:00
{
"name": "conference-index",
"pattern": "^/conference/?$",
2016-04-21 16:22:39 -04:00
"view": "conference/index/index",
"title": "Scratch Conference",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "conference-plan",
"pattern": "^/conference/plan/?$",
2016-04-21 16:22:39 -04:00
"view": "conference/plan/plan",
"title": "Plan Your Visit",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "conference-expectations",
"pattern": "^/conference/expect/?$",
2016-04-21 16:22:39 -04:00
"view": "conference/expect/expect",
"title": "What to Expect",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "donate",
"pattern": "^/info/donate/?",
"redirect": "https://secure.donationpay.org/scratchfoundation/"
2016-04-23 08:14:17 -04:00
},
{
"name": "dmca",
"pattern": "^/DMCA/?$",
"view": "dmca/dmca",
"title": "DMCA"
},
2016-04-23 08:14:17 -04:00
{
"name": "guidelines",
"pattern": "^/community_guidelines$",
"view": "guidelines/guidelines",
"title": "Scratch Community Guidelines"
}
]