philomena/config/footer.json

99 lines
1.7 KiB
JSON
Raw Normal View History

2019-11-29 18:03:39 +01:00
{
"cols": [
"Site Resources",
"Help & Information",
"Community"
],
"Site Resources": [
{
"title": "Site Rules",
"url": "/pages/rules",
"bold": true
},
{
"title": "Privacy Policy",
"url": "/pages/privacy",
"bold": true
},
{
"title": "Tag Guidelines",
"url": "/pages/tags",
"bold": true
},
{
"title": "About Uploading",
"url": "/pages/uploading"
},
{
"title": "Spoiler Guidelines",
"url": "/pages/spoilers"
},
{
"title": "Takedown Requests",
"url": "/pages/takedowns"
},
{
"title": "Do-Not-Post List",
"url": "/dnp"
}
],
"Help & Information": [
{
"title": "Changelog",
2019-11-29 23:01:54 +01:00
"url": "https://github.com/derpibooru/philomena/commits/master",
"bold": true,
"target": "_blank"
2019-11-29 18:03:39 +01:00
},
{
"title": "FAQs",
"url": "/pages/faq",
"bold": true
},
{
"title": "API Docs",
"url": "/pages/api"
},
{
"title": "Keyboard Shortcuts",
"url": "/pages/shortcuts"
},
{
"title": "Advertising",
"url": "/pages/advertising"
},
{
"title": "Onion Service",
"url": "/pages/onion"
}
],
"Community": [
{
"title": "Contact",
"url": "/pages/contact",
"bold": true
},
{
"title": "Donations",
"url": "/pages/donations",
2019-11-29 18:03:39 +01:00
"bold": true
},
{
"title": "Site Staff List",
"url": "/staff"
},
{
"title": "Statistics",
2020-05-06 17:12:18 +02:00
"url": "/pages/stats"
2019-11-29 18:03:39 +01:00
},
{
"title": "About",
"url": "/pages/about"
},
{
"title": "Twitter",
"url": "https://twitter.com/Derpibooru",
"target": "_blank"
2019-11-29 18:03:39 +01:00
}
]
}