1 Star 0 Fork 0

小小神/dq-note

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sidebars.js 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
小小神 提交于 2024-03-26 13:21 . init
/**
* 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: '.'}],
langSidebar: [{type: 'autogenerated', dirName: 'lang'}],
intro: [{type: 'doc', id: 'intro'}],
lang: [
{
type: 'category',
label: 'Java',
collapsed: false,
link: {
type: 'generated-index',
title: 'Java相关',
slug: 'category/java',
description: "JDK, JVM, Spring Framework, Netty, etc.",
keywords: ['Java'],
},
items: ['lang/java', 'lang/jvm',
{
type: 'category',
label: 'Spring',
link: {type: 'doc', id: 'lang/spring/spring-framework'},
items: [
'lang/spring/spring-boot',
'lang/spring/spring-cloud',
'lang/spring/spring-data',
],
},
'lang/netty',
'lang/java-lib',
],
},
{
type: 'category',
label: 'Go',
collapsed: false,
items: ['lang/go'],
},
{
type: 'category',
label: 'Rust',
collapsed: false,
items: ['lang/rust'],
},
],
generic: [
{
type: 'category',
label: '中间件',
collapsed: false,
link: {
type: 'generated-index',
title: '系统中间件',
slug: 'category/middleware',
description:
"Let's learn about the most important Docusaurus concepts!",
keywords: ['middleware', '中间件'],
image: '/img/docusaurus.png',
},
items: ['generic/mysql', 'generic/redis', 'generic/kafka', 'generic/rocketMQ', 'generic/elasticSearch'],
},
'generic/design-pattern', 'generic/net', 'generic/compile',
],
article: [
{type: 'autogenerated', dirName: 'article'}
],
};
export default sidebars;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xie-you/dq-note.git
[email protected]:xie-you/dq-note.git
xie-you
dq-note
dq-note
main

搜索帮助