mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-28 14:08:29 +02:00
various fixes.
This commit is contained in:
parent
5886d946b2
commit
4d0aea6040
4 changed files with 9 additions and 27 deletions
|
@ -79,6 +79,12 @@ const config: Config = {
|
|||
position: 'left',
|
||||
label: 'Docs',
|
||||
},
|
||||
{
|
||||
type: 'docSidebar',
|
||||
sidebarId: 'apiSidebar',
|
||||
position: 'left',
|
||||
label: 'API',
|
||||
},
|
||||
{
|
||||
to: 'contributing',
|
||||
label: 'Contributing',
|
||||
|
@ -182,6 +188,7 @@ const config: Config = {
|
|||
specPath: "../server/openapi.yaml",
|
||||
outputDir: "docs/api",
|
||||
downloadUrl: "https://raw.githubusercontent.com/m1k1o/neko/refs/heads/master/server/openapi.yaml",
|
||||
baseUrl: "/docs/v3/api",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue