update docs.

This commit is contained in:
Miroslav Šedivý 2025-03-22 18:53:45 +01:00
parent 6f3760e5b9
commit e3cdad3f81
41 changed files with 213 additions and 198 deletions

View file

@ -37,7 +37,7 @@ const config: Config = {
docs: {
sidebarPath: './sidebars.ts',
docItemComponent: "@theme/ApiItem", // Derived from docusaurus-theme-openapi
editUrl: 'https://github.com/m1k1o/neko/tree/main/docs/',
editUrl: 'https://github.com/m1k1o/neko/tree/main/webpage/',
lastVersion: 'current',
versions: {
current: {
@ -80,12 +80,6 @@ const config: Config = {
position: 'left',
label: 'Docs',
},
{
type: 'docSidebar',
sidebarId: 'apiSidebar',
position: 'left',
label: 'API',
},
{
to: 'contributing',
label: 'Contributing',