feat(apiv2): documentation, misc fixes

This commit is contained in:
spiral
2021-10-22 11:20:26 -04:00
parent 2bf1617737
commit 7d36a39a57
9 changed files with 545 additions and 70 deletions

View File

@@ -41,7 +41,6 @@ module.exports = {
"/getting-started",
"/user-guide",
"/command-list",
"/api-documentation",
"/privacy-policy",
"/faq",
"/tips-and-tricks"
@@ -58,6 +57,19 @@ module.exports = {
"/staff/compatibility",
]
},
{
title: "API Documentation",
collapsable: false,
children: [
"/api/changelog",
"/api/reference",
"/api/endpoints",
"/api/models",
"/api/errors",
// "/api/integrations",
"/api/legacy"
]
},
["https://discord.gg/PczBt78", "Join the support server"],
]
},