Group application related sidebar entries

This commit is contained in:
Soitora 2023-09-04 11:26:04 +02:00 committed by GitHub
parent 31169bd527
commit 14b7053410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,24 +110,29 @@ function defaultSidebar() {
], ],
}, },
{ {
text: "Contribution", text: "Application",
link: "/docs/contribution", items: [
}, {
{ text: "Contribution",
text: "Download", link: "/docs/contribution",
link: "/download/", },
}, {
{ text: "Download",
text: "Extensions", link: "/download/",
link: "/extensions/", },
}, {
{ text: "Extensions",
text: "Changelogs", link: "/extensions/",
link: "/changelogs/", },
}, {
{ text: "Changelogs",
text: "Forks", link: "/changelogs/",
link: "/forks/", },
{
text: "Forks",
link: "/forks/",
},
],
}, },
]; ];
} }