mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-25 20:49:05 +02:00
update docs.
This commit is contained in:
parent
6f3760e5b9
commit
e3cdad3f81
41 changed files with 213 additions and 198 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue