mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Group application related sidebar entries
This commit is contained in:
parent
31169bd527
commit
14b7053410
@ -109,6 +109,9 @@ function defaultSidebar() {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Application",
|
||||
items: [
|
||||
{
|
||||
text: "Contribution",
|
||||
link: "/docs/contribution",
|
||||
@ -129,6 +132,8 @@ function defaultSidebar() {
|
||||
text: "Forks",
|
||||
link: "/forks/",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user