Skip to content

Commit

Permalink
chore: bump maa-cli to v0.4.7 and update docs
Browse files Browse the repository at this point in the history
- Bump maa-cli from v0.4.5 to v0.4.7
- Rename cli directory to user_manual_for_cli
- Change some icon of files
- Update cli documentation in en-us as same structure as zh-cn
  • Loading branch information
wangl-cc authored and horror-proton committed Apr 29, 2024
1 parent 1f8bb96 commit adcfb3d
Show file tree
Hide file tree
Showing 14 changed files with 766 additions and 370 deletions.
7 changes: 7 additions & 0 deletions docs/.vuepress/sidebar/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ export const enusSidebar = sidebar({
},
],
},
{
text: "User Manual For CLI",
icon: "material-symbols:terminal",
prefix: "user_manual_for_cli/",
collapsible: true,
children: "structure",
}
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const zhcnSidebar = sidebar({
{
text: "CLI使用指南",
icon: "material-symbols:terminal",
prefix: "CLI使用指南/",
prefix: "user_manual_for_cli/",
collapsible: true,
children: "structure",
},
Expand Down
357 changes: 0 additions & 357 deletions docs/en-us/1.6-USER_GUIDE_FOR_CLI.md

This file was deleted.

Loading

0 comments on commit adcfb3d

Please sign in to comment.