mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(docs): add new sections to sidebar
This commit is contained in:
parent
ba81191312
commit
3f26ae6954
3 changed files with 10 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Changelog
|
title: Changelog
|
||||||
permalink: /changelog/
|
permalink: /changelog
|
||||||
---
|
---
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Announcements & other posts
|
title: Announcements & other posts
|
||||||
permalink: /posts/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Announcements & other posts
|
# Announcements & other posts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue