1 Star 0 Fork 0

Halo/v1-legacy-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sidebars.js 2.59 KB
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2023-12-30 13:44 . chore: cleanup
/**
* 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.
*/
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
module.exports = {
// By default, Docusaurus generates a sidebar from the docs folder structure
// tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
tutorialSidebar: [
"intro",
{
type: "category",
label: "入门",
collapsed: false,
items: [
"getting-started/prepare",
{
type: "category",
label: "安装指南",
items: [
"getting-started/install/linux",
"getting-started/install/docker",
{
type: "category",
label: "其他指南",
items: [
"getting-started/install/other/bt-panel",
"getting-started/install/other/tencent-cloudbase",
"getting-started/install/other/docker-mysql",
"getting-started/install/other/docker-compose",
],
},
"getting-started/install/third-party",
],
},
"getting-started/config",
"getting-started/upgrade",
"getting-started/downloads",
],
},
{
type: "category",
label: "用户指南",
items: [
"user-guide/backup-migration",
"user-guide/markdown",
"user-guide/faq",
],
},
{
type: "category",
label: "开发者指南",
items: [
{
type: "category",
label: "系统开发",
items: [
"developer-guide/core/structure",
"developer-guide/core/prepare",
"developer-guide/core/code-style",
],
},
{
type: "category",
label: "主题开发",
items: [
"developer-guide/theme/prepare",
"developer-guide/theme/config-files",
"developer-guide/theme/global-variable",
"developer-guide/theme/public-template-tag",
"developer-guide/theme/page-variable",
"developer-guide/theme/template-tag",
],
},
{
type: "link",
label: "REST API",
href: "https://api.halo.run",
},
],
},
{
type: "category",
label: "参与贡献",
items: ["contribution/issue", "contribution/pr"],
},
"about",
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/halo-dev/v1-legacy-docs.git
[email protected]:halo-dev/v1-legacy-docs.git
halo-dev
v1-legacy-docs
v1-legacy-docs
main

搜索帮助