Skip to content

Commit

Permalink
chore(docs): fix auto build
Browse files Browse the repository at this point in the history
fix auto build

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Nov 29, 2023
1 parent 9dec35d commit 62ae471
Show file tree
Hide file tree
Showing 6 changed files with 1,195 additions and 229 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/docs.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vitepress/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const chapters = generateSidebarChapter('en_US', new Map([
['status', 'Status'],
['upgrade', 'Upgrade'],
['bugreport', 'Bug Report'],
['version', 'Version'],
['uninstall', 'Uninstall'],
['experimental', 'Experimental'],
]))
Expand Down
20 changes: 10 additions & 10 deletions docs/qcadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Easily bootstrap a secure control plane for QuCheng

### SEE ALSO

* [qcadmin backup](backup.md) - Backup commands
* [qcadmin bugreport](bugreport.md) - Display system information for bug report
* [qcadmin cluster](cluster.md) - Cluster commands
* [qcadmin experimental](experimental.md) - Experimental commands that may be modified or deprecated
* [qcadmin init](init.md) - Initialize Platform
* [qcadmin platform](platform.md) - Platform commands
* [qcadmin status](status.md) - Display status
* [qcadmin uninstall](uninstall.md) - Uninstall cluster
* [qcadmin upgrade](upgrade.md) - Upgrades the cli or plugin to the newest version
* [qcadmin version](version.md) - Show version
* [qcadmin backup](./backup/backup.md) - Backup commands
* [qcadmin bugreport](./bugreport/bugreport.md) - Display system information for bug report
* [qcadmin cluster](./cluster/cluster.md) - Cluster commands
* [qcadmin experimental](./experimental/experimental.md) - Experimental commands that may be modified or deprecated
* [qcadmin init](./init/init.md) - Initialize Platform
* [qcadmin platform](./platform/platform.md) - Platform commands
* [qcadmin status](./status/status.md) - Display status
* [qcadmin uninstall](./uninstall/uninstall.md) - Uninstall cluster
* [qcadmin upgrade](./upgrade/upgrade.md) - Upgrades the cli or plugin to the newest version
* [qcadmin version](./version/version.md) - Show version

::: tip
>Auto generated by spf13/cobra on 2023-Nov-29
Expand Down
Loading

0 comments on commit 62ae471

Please sign in to comment.