mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2025-03-26 21:12:53 +02:00
Настройка docusaurus
This commit is contained in:
parent
9642c5b01b
commit
e054920ac9
@ -113,8 +113,8 @@ const config = {
|
||||
label: 'Уроки',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
docId: 'index',
|
||||
type: 'docSidebar',
|
||||
sidebarId: 'api',
|
||||
docsPluginId: 'api',
|
||||
position: 'left',
|
||||
label: 'API',
|
||||
|
@ -14,7 +14,12 @@
|
||||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||||
const sidebars = {
|
||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||
api: [{type: 'autogenerated', dirName: '.'}],
|
||||
api: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: '.',
|
||||
}
|
||||
],
|
||||
|
||||
// But you can create a sidebar manually
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user