diff --git a/Makefile b/Makefile index e553a0cf..e8055300 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/sidebars.js b/sidebars.js index ba8acf3f..94da70f7 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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',