Skip to content

Commit

Permalink
fix: reorder sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatpandac committed Aug 14, 2023
1 parent be0417d commit 0569487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/docs/.vuepress/configs/sidebar/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ export const sidebarEN = {
collapsible: true,
children: [
"/en/doc/async.md",
"/en/doc/batch-support.md",
"/en/doc/save-log.md",
"/en/doc/docker.md",
"/en/doc/web-console.md",
"/en/doc/tunnel.md",
"/en/doc/idea-plugin.md",
"/en/doc/arthas-properties.html",
"/en/doc/agent.html",
"/en/doc/save-log.md",
"/en/doc/spring-boot-starter.md",
"/en/doc/http-api.md",
"/en/doc/batch-support.md",
],
},
"/en/doc/faq.md",
Expand Down
4 changes: 2 additions & 2 deletions site/docs/.vuepress/configs/sidebar/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ export const sidebarZH = {
collapsible: true,
children: [
"/doc/async.md",
"/doc/batch-support.md",
"/doc/save-log.md",
"/doc/docker.md",
"/doc/web-console.md",
"/doc/tunnel.md",
"/doc/idea-plugin.md",
"/doc/arthas-properties.html",
"/doc/agent.html",
"/doc/save-log.md",
"/doc/spring-boot-starter.md",
"/doc/http-api.md",
"/doc/batch-support.md",
],
},
"/doc/faq.md",
Expand Down

1 comment on commit 0569487

@vercel
Copy link

@vercel vercel bot commented on 0569487 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.