various fixes.

This commit is contained in:
Miroslav Šedivý 2025-02-18 23:07:35 +01:00
parent 5886d946b2
commit 4d0aea6040
4 changed files with 9 additions and 27 deletions

View file

@ -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",