1 Star 3 Fork 0

Token/docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sidebars.js 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
Token 提交于 1年前 . 增加文档
/**
* 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
chatDocsSidebar: [{ type: 'autogenerated', dirName: 'chat' }],
// But you can create a sidebar manually
videoDocsSidebar: [{
type: 'autogenerated',
dirName: 'video'
}],
dotnetDocsSidebar: [{
type: 'autogenerated',
dirName: 'dotnet'
}],
};
module.exports = sidebars;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hejiale010426/docs.git
git@gitee.com:hejiale010426/docs.git
hejiale010426
docs
docs
master

搜索帮助