代码拉取完成,页面将自动刷新
/**
* 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;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。