整理目录

This commit is contained in:
2024-03-22 17:42:41 +08:00
parent 5a4efad893
commit fab9914f39
158 changed files with 158 additions and 84 deletions

View File

@ -25,7 +25,7 @@ const config: Config = {
plugins: [
["@gracefullight/docusaurus-plugin-tailwind", {}],
[
"docusaurus-plugin-content-docs",
"docusaurus-plugin-content-docs-ex",
{
routeBasePath: "/",
sidebarPath: "./sidebars.ts",
@ -97,12 +97,12 @@ const config: Config = {
position: "right",
label: "Dev",
to: "/dev",
// items: [
// {
// to: "/dev/golang",
// label: "Golang",
// },
// ],
items: [
{
to: "/dev/language/golang",
label: "Golang",
},
],
},
{
type: "docSidebar",