mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-21 21:17:04 +02:00
various fixes.
This commit is contained in:
parent
5886d946b2
commit
4d0aea6040
4 changed files with 9 additions and 27 deletions
|
@ -59,27 +59,8 @@ const sidebars: SidebarsConfig = {
|
|||
label: 'Changelog & Releases',
|
||||
items: [{ type: "autogenerated", dirName: "changelog-and-releases" }]
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
label: 'API Reference',
|
||||
href: '/docs/v3/api',
|
||||
},
|
||||
],
|
||||
apiSidebar: [
|
||||
{
|
||||
type: "category",
|
||||
label: "API Reference",
|
||||
collapsible: false,
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Neko API",
|
||||
description:
|
||||
"The api API is a set of RESTful web services that allow you to interact with the api.",
|
||||
slug: "/api"
|
||||
},
|
||||
items: require("./docs/api/sidebar.js")
|
||||
}
|
||||
]
|
||||
apiSidebar: require("./docs/api/sidebar.js"),
|
||||
};
|
||||
|
||||
export default sidebars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue