fix duplicate packages and actions

This commit is contained in:
nickname
2023-05-18 14:37:43 +08:00
parent bd8a01667f
commit fd424b0f6c
2 changed files with 0 additions and 21 deletions

View File

@@ -25,7 +25,6 @@ prepare-latest: clone_main
cp .tmp/upstream-docs-latest/docs/content/page/index.en-us.md docs/intro.md
cp .tmp/upstream-docs-latest/templates/swagger/v1_json.tmpl static/latest-swagger.json
bash loop_docs.sh
rm docs/help/search.en-us.md || true
.PHONY: prepare-latest-zh-cn
prepare-latest-zh-cn: clone_main

View File

@@ -29,26 +29,6 @@ module.exports = {
type: 'category',
label: 'Usage',
items: [
{
type: 'category',
label: 'Actions',
items: [
{
type: 'autogenerated',
dirName: 'usage/actions',
}
]
},
{
type: 'category',
label: 'Packages',
items: [
{
type: 'autogenerated',
dirName: 'usage/packages',
}
]
},
{
type: 'autogenerated',
dirName: 'usage',