From 3f26ae695479a7a338206cfa18df40c0282753a1 Mon Sep 17 00:00:00 2001 From: Iris System Date: Tue, 14 Jan 2025 20:33:27 +1300 Subject: [PATCH] fix(docs): add new sections to sidebar --- docs/content/.vuepress/config.js | 9 +++++++++ docs/content/changelog.md | 2 +- docs/content/posts/index.md | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/content/.vuepress/config.js b/docs/content/.vuepress/config.js index f22bfb86..5bdc945e 100644 --- a/docs/content/.vuepress/config.js +++ b/docs/content/.vuepress/config.js @@ -34,6 +34,15 @@ module.exports = { sidebar: [ "/", ["https://discord.com/oauth2/authorize?client_id=466378653216014359&scope=bot%20applications.commands&permissions=536995904", "Add to your server"], + { + title: "Updates", + collapsable: false, + sidebarDepth: 1, + children: [ + "/posts/", + "/changelog", + ] + }, { title: "Documentation", collapsable: false, diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 7dc00db8..d55621be 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -1,6 +1,6 @@ --- title: Changelog -permalink: /changelog/ +permalink: /changelog --- # Changelog diff --git a/docs/content/posts/index.md b/docs/content/posts/index.md index 044784d0..b268d706 100644 --- a/docs/content/posts/index.md +++ b/docs/content/posts/index.md @@ -1,6 +1,5 @@ --- title: Announcements & other posts -permalink: /posts/ --- # Announcements & other posts