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",
link: "/docs/contribution",
},
{
text: "Download",
link: "/download/",
},
{
text: "Extensions",
link: "/extensions/",
},
{
text: "Changelogs",
link: "/changelogs/",
},
{
text: "Forks",
link: "/forks/",
text: "Application",
items: [
{
text: "Contribution",
link: "/docs/contribution",
},
{
text: "Download",
link: "/download/",
},
{
text: "Extensions",
link: "/extensions/",
},
{
text: "Changelogs",
link: "/changelogs/",
},
{
text: "Forks",
link: "/forks/",
},
],
},
];
}