|
|
@ -9,7 +9,7 @@
|
|
|
|
Create as many sidebars as you want.
|
|
|
|
Create as many sidebars as you want.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
module.exports = {
|
|
|
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
|
|
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
|
|
|
// tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
|
|
|
// tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
|
|
|
|
|
|
|
|
|
|
@ -25,78 +25,72 @@ module.exports = {
|
|
|
|
type: "category",
|
|
|
|
type: "category",
|
|
|
|
label: "安装指南",
|
|
|
|
label: "安装指南",
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
'getting-started/install/linux',
|
|
|
|
"getting-started/install/linux",
|
|
|
|
'getting-started/install/docker',
|
|
|
|
"getting-started/install/docker",
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
type: "category",
|
|
|
|
label: '其他指南',
|
|
|
|
label: "其他指南",
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
'getting-started/install/other/bt-panel',
|
|
|
|
"getting-started/install/other/bt-panel",
|
|
|
|
'getting-started/install/other/oneinstack',
|
|
|
|
"getting-started/install/other/oneinstack",
|
|
|
|
'getting-started/install/other/tencent-cloudbase',
|
|
|
|
"getting-started/install/other/tencent-cloudbase",
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: 'link',
|
|
|
|
type: "link",
|
|
|
|
label: '腾讯云开发者实验室',
|
|
|
|
label: "腾讯云开发者实验室",
|
|
|
|
href: 'https://cloud.tencent.com/developer/labs/lab/10523'
|
|
|
|
href: "https://cloud.tencent.com/developer/labs/lab/10523",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
]
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'getting-started/install/third-party',
|
|
|
|
"getting-started/install/third-party",
|
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'getting-started/config',
|
|
|
|
"getting-started/config",
|
|
|
|
'getting-started/upgrade',
|
|
|
|
"getting-started/upgrade",
|
|
|
|
'getting-started/downloads',
|
|
|
|
"getting-started/downloads",
|
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
type: "category",
|
|
|
|
label: "用户指南",
|
|
|
|
label: "用户指南",
|
|
|
|
items: [
|
|
|
|
items: ["user-guide/backup-migration", "user-guide/markdown"],
|
|
|
|
'user-guide/backup-migration',
|
|
|
|
|
|
|
|
'user-guide/markdown',
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
type: "category",
|
|
|
|
label: "开发者指南",
|
|
|
|
label: "开发者指南",
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
type: "category",
|
|
|
|
label: '系统开发',
|
|
|
|
label: "系统开发",
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
'developer-guide/core/structure',
|
|
|
|
"developer-guide/core/structure",
|
|
|
|
'developer-guide/core/prepare',
|
|
|
|
"developer-guide/core/prepare",
|
|
|
|
'developer-guide/core/code-style',
|
|
|
|
"developer-guide/core/code-style",
|
|
|
|
]
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
type: "category",
|
|
|
|
label: '主题开发',
|
|
|
|
label: "主题开发",
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
'developer-guide/theme/prepare',
|
|
|
|
"developer-guide/theme/prepare",
|
|
|
|
'developer-guide/theme/config-files',
|
|
|
|
"developer-guide/theme/config-files",
|
|
|
|
'developer-guide/theme/global-variable',
|
|
|
|
"developer-guide/theme/global-variable",
|
|
|
|
'developer-guide/theme/public-template-tag',
|
|
|
|
"developer-guide/theme/public-template-tag",
|
|
|
|
'developer-guide/theme/page-variable',
|
|
|
|
"developer-guide/theme/page-variable",
|
|
|
|
'developer-guide/theme/template-tag',
|
|
|
|
"developer-guide/theme/template-tag",
|
|
|
|
]
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: 'link',
|
|
|
|
type: "link",
|
|
|
|
label: 'REST API',
|
|
|
|
label: "REST API",
|
|
|
|
href: 'https://api.halo.run'
|
|
|
|
href: "https://api.halo.run",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
type: "category",
|
|
|
|
label: "参与贡献",
|
|
|
|
label: "参与贡献",
|
|
|
|
items: [
|
|
|
|
items: ["contribution/issue", "contribution/pr", "contribution/sponsor"],
|
|
|
|
'contribution/issue',
|
|
|
|
|
|
|
|
'contribution/pr',
|
|
|
|
|
|
|
|
'contribution/sponsor',
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"about",
|
|
|
|
],
|
|
|
|
],
|
|
|
|
};
|
|
|
|
};
|
|
|
|