fix(docs): add new sections to sidebar

This commit is contained in:
Iris System 2025-01-14 20:33:27 +13:00
parent ba81191312
commit 3f26ae6954
3 changed files with 10 additions and 2 deletions

View file

@ -34,6 +34,15 @@ module.exports = {
sidebar: [ sidebar: [
"/", "/",
["https://discord.com/oauth2/authorize?client_id=466378653216014359&scope=bot%20applications.commands&permissions=536995904", "Add to your server"], ["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", title: "Documentation",
collapsable: false, collapsable: false,

View file

@ -1,6 +1,6 @@
--- ---
title: Changelog title: Changelog
permalink: /changelog/ permalink: /changelog
--- ---
# Changelog # Changelog

View file

@ -1,6 +1,5 @@
--- ---
title: Announcements & other posts title: Announcements & other posts
permalink: /posts/
--- ---
# Announcements & other posts # Announcements & other posts