mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Add guidelines route
This commit is contained in:
parent
19a0ed3f4b
commit
c7a864450a
1 changed files with 6 additions and 0 deletions
|
@ -75,5 +75,11 @@
|
||||||
"name": "donate",
|
"name": "donate",
|
||||||
"pattern": "^/info/donate",
|
"pattern": "^/info/donate",
|
||||||
"redirect": "https://secure.donationpay.org/scratchfoundation/"
|
"redirect": "https://secure.donationpay.org/scratchfoundation/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "guidelines",
|
||||||
|
"pattern": "^/community_guidelines$",
|
||||||
|
"view": "guidelines/guidelines",
|
||||||
|
"title": "Scratch Community Guidelines"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue