代码拉取完成,页面将自动刷新
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
platform: [
{
//getting started section start
type: 'category',
label: 'Getting Started',
collapsed: false,
items: [
{type: 'autogenerated', dirName: 'getting-started'},
{
type: 'category',
collapsed: true,
label: 'Self Hosting',
link: { type: 'doc', id: 'deploy' },
items: [{type: 'autogenerated', dirName: 'deploy'}],
},
]
},
{type: 'autogenerated', dirName: 'no-code'},
{
type: 'category',
collapsed: false,
label: 'Automate Your Processes',
link: {type: 'doc', id: 'automation'},
items: [{type: 'autogenerated', dirName: 'automation'}],
},
{type: 'autogenerated', dirName: 'admin'},
{
type: 'category',
collapsed: false,
label: 'Plugins',
link: {type: 'doc', id: 'plugins'},
items: [{type: 'autogenerated', dirName: 'plugins'}],
},
],
// apps: [
// {type: 'autogenerated', dirName: 'apps'}
// ],
developer: [
{
//getting started section start
type: 'category',
label: 'Getting Started',
collapsed: false,
items: [
'developer',
]
},
{type: 'autogenerated', dirName: 'developer'},
{
type: 'category',
collapsed: false,
label: 'Product',
items: [
{
type: 'link',
label: 'Release Notes', // The link label
href: 'https://github.com/orgs/steedos/projects/9', // The external URL
},
{
type: 'link',
label: 'Contribute', // The link label
href: 'https://github.com/steedos/steedos-platform/blob/master/CONTRIBUTING.md', // The external URL
},
]
}
],
apps: [
{type: 'autogenerated', dirName: 'apps'},
]
};
module.exports = sidebars;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。