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