代码拉取完成,页面将自动刷新
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
blog: [
'blog/introduction',
{
label: 'Docusaurus',
type: 'category',
link: {
type: 'doc',
id: 'blog/Docusaurus/Docusaurus-guides'
},
items: [
'blog/Docusaurus/Docusaurus-环境配置',
'blog/Docusaurus/Docusaurus-部署',
'blog/Docusaurus/Docusaurus-样式与页面',
'blog/Docusaurus/Docusaurus-自定义组件',
'blog/Docusaurus/Docusaurus-搜索配置',
'blog/Docusaurus/Docusaurus-评论系统',
'blog/Docusaurus/Docusaurus-图床配置',
'blog/Docusaurus/Docusaurus-文档编辑指南',
'blog/Docusaurus/Docusaurus-使用Hygen创建文章模板',
'blog/Docusaurus/docs-template',
],
},
{
label: 'Hexo',
type: 'category',
link: {
type: 'doc',
id: 'blog/Hexo/Hexo-guides'
},
items: [
'blog/Hexo/Hexo-环境配置',
'blog/Hexo/Hexo-部署',
'blog/Hexo/Hexo-Vercel部署',
'blog/Hexo/Hexo-主题安装',
],
},
{
label: 'tools',
type: 'category',
link: {
// title: '',
// description: '记录一些网站的使用小技巧',
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'blog/Tips',
},
],
},
],
stack: [
'stack/introduction',
{
label: 'Java',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/java',
},
],
},
{
label: 'Git',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/git',
},
],
},
{
label: 'JavaScript',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/js',
},
],
},
{
label: 'Node',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/node',
},
],
},
{
label: 'Css',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/css',
},
],
},
{
label: 'Python',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/python',
},
],
},
{
label: 'Docker',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/docker',
},
],
},
{
label: 'database',
type: 'category',
link: {
// title: '',
// description: '',
type: 'generated-index',
keywords: ['database', 'mysql', 'mongodb', 'redis', 'elasticsearch'],
},
items: [
{
label: 'Mysql',
type: 'category',
link: {
type: 'doc',
id: 'stack/database/mysql/mysql-note',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/database/mysql',
},
],
},
{
label: 'Redis',
type: 'category',
link: {
type: 'doc',
id: 'stack/database/redis/redis-note',
},
items: [
{
type: 'autogenerated',
dirName: 'stack/database/redis',
},
],
},
],
},
],
course: [
'course/introduction',
{
label: '操作系统',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'course/OS',
},
],
},
{
label: '数据结构与算法分析',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'course/Data Structures And Algorithms',
},
],
},
{
label: '高等数学',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'course/Advanced Mathematics',
},
],
},
{
label: '编译原理课设',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'course/编译原理课设',
},
],
},
{
label: '大数据',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'course/大数据',
},
],
},
{
label: 'Linux C',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'course/Linux C',
},
],
},
{
label: '计算机专业英语',
type: 'category',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'course/计算机专业英语',
},
],
},
],
}
module.exports = sidebars
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。