项目:新增数据结构
This commit is contained in:
parent
7f7e6cd7b0
commit
e155799f77
@ -99,6 +99,19 @@ const config = {
|
|||||||
breadcrumbs: false,
|
breadcrumbs: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"@docusaurus/plugin-content-docs",
|
||||||
|
{
|
||||||
|
id: "struct",
|
||||||
|
path: "wiki/struct",
|
||||||
|
routeBasePath: "struct",
|
||||||
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
|
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
|
||||||
|
showLastUpdateAuthor: true,
|
||||||
|
showLastUpdateTime: true,
|
||||||
|
breadcrumbs: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"@docusaurus/plugin-content-docs",
|
"@docusaurus/plugin-content-docs",
|
||||||
{
|
{
|
||||||
@ -242,11 +255,15 @@ const config = {
|
|||||||
label: "👨🏻🎓 维基",
|
label: "👨🏻🎓 维基",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: " 程序语言",
|
label: "程序语言",
|
||||||
to: "/dev",
|
to: "/dev",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "算法逻辑",
|
label: "数据结构",
|
||||||
|
to: "/struct",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "常用算法",
|
||||||
to: "/algo",
|
to: "/algo",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
11
wiki/struct/home.md
Normal file
11
wiki/struct/home.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
slug: /
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# Home
|
||||||
|
|
||||||
|
数据结构数据结构 ~ 🤩🤩🤩
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user