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

@ -109,6 +109,9 @@ function defaultSidebar() {
},
],
},
{
text: "Application",
items: [
{
text: "Contribution",
link: "/docs/contribution",
@ -129,6 +132,8 @@ function defaultSidebar() {
text: "Forks",
link: "/forks/",
},
],
},
];
}