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
@ -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/",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user