3 Star 0 Fork 0

mirrors_rancher/elemental-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sidebars.js 5.16 KB
一键复制 编辑 原始数据 按行查看 历史
/**
* 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
"docs": [
"index",
{
"type": "category",
"collapsible": true,
"collapsed": false,
"label": "Quickstarts",
"items": [
"quickstart-ui",
"quickstart-cli"
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Architecture",
"link": {"type": "doc", "id": "architecture"},
"items": [
"architecture-components",
"custom-resources",
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Services",
"link": {"type": "doc", "id": "architecture-services"},
"items": [
"architecture-machineonboarding",
"architecture-clusterdeployment",
]
},
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Install/Upgrade",
"items": [
"installation",
"upgrade",
"upgrade-lifecycle",
"elemental-plans",
]
},
"authentication",
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Label Templates",
"link": {"type": "doc", "id": "label-templates"},
"items": [
"label-templates-baseboard",
"label-templates-bios",
"label-templates-chassis",
"label-templates-cpu",
"label-templates-gpu",
"label-templates-memory",
"label-templates-network",
"label-templates-product",
"label-templates-random",
"label-templates-runtime",
"label-templates-storage",
"label-templates-deprecated",
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Declarative Networking",
"items": [
"networking",
"networking-static",
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Reference",
"items": [
"cloud-config-reference",
"machineregistration-reference",
"machineinventory-reference",
"machineinventoryselector-reference",
"machineinventoryselectortemplate-reference",
"managedosimage-reference",
"managedosversionchannel-reference",
"managedosversion-reference",
"seedimage-reference",
"cluster-reference",
"elementaloperatorchart-reference",
"kubernetesversions",
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Operator",
"items": [
"inventory-management",
"reset",
"channels",
"certificate-authority",
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Backup",
"items": [
"backup",
"restore",
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "How to",
"items": [
"custom-certificate",
"airgap",
"custom-images",
"raspi-disk",
"ntp",
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": "Customize Elemental Installation",
"link": {"type": "doc", "id": "custom-install"},
"items": [
"extra-rpms",
"lvm-drives-example"
]
},
"hostname",
"elemental_behind_proxy",
"rancher-vmware",
"removable-device-cloudconfig",
"rancher-ip",
"unmanaged-os",
"tpm"
]
},
{
"type": "category",
"collapsible": true,
"collapsed": true,
"label": 'Troubleshooting',
"items": [
{
"type": "doc",
"label": "Support",
"id": "troubleshooting-support",
},
{
"type": "doc",
"label": "Rancher",
"id": "troubleshooting-rancher-upgrades",
},
{
"type": "doc",
"label": "Restore",
"id": "troubleshooting-restore",
},
{
"type": "doc",
"label": "Upgrade",
"id": "troubleshooting-upgrade",
},
{
"type": "doc",
"label": "Reset",
"id": "troubleshooting-reset",
},
{
"type": "doc",
"label": "Declarative Networking",
"id": "troubleshooting-network",
}
],
},
"release-notes",
],
// But you can create a sidebar manually
/*
tutorialSidebar: [
{
type: "category",
label: "Tutorial",
items: ["hello"],
},
],
*/
};
module.exports = sidebars;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_rancher/elemental-docs.git
git@gitee.com:mirrors_rancher/elemental-docs.git
mirrors_rancher
elemental-docs
elemental-docs
main

搜索帮助