1 Star 0 Fork 0

w.s.x / wendy-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sidebars.js 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
w.s.x 提交于 2024-05-09 01:40 . chore: 计算级组成原理
/**
* 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
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
frontCssSidebar: [{
type: 'autogenerated',
dirName: 'front-basics/css'
}],
frontJsSidebar: [{
type: 'autogenerated',
dirName: 'front-basics/js'
}],
frontHtmlSidebar: [{
type: 'autogenerated',
dirName: 'front-basics/html'
}],
itBasicSidebar: [{
type: 'autogenerated',
dirName: 'it-basic/elementary-knowledge/common'
}],
COSidebar: [{
type: 'autogenerated',
dirName: 'it-basic/elementary-knowledge/Computer-Organization'
}],
// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
*/
};
export default sidebars;
1
https://gitee.com/wsx_yeah/wendy-docs.git
git@gitee.com:wsx_yeah/wendy-docs.git
wsx_yeah
wendy-docs
wendy-docs
develop

搜索帮助