From 1448e0f5bd10b016b50f0806ab116d48a2cbdb71 Mon Sep 17 00:00:00 2001 From: Astrid Date: Sun, 5 Jun 2022 23:19:10 +0200 Subject: [PATCH] chore: remove legacy api docs from sidebar --- docs/content/.vuepress/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/.vuepress/config.js b/docs/content/.vuepress/config.js index 9701a8dc..6589bd65 100644 --- a/docs/content/.vuepress/config.js +++ b/docs/content/.vuepress/config.js @@ -67,8 +67,7 @@ module.exports = { "/api/endpoints", "/api/models", "/api/errors", - "/api/dispatch", - "/api/legacy" + "/api/dispatch" ] }, ["https://discord.gg/PczBt78", "Join the support server"],