From fd424b0f6c6070d8811cc23df1badc45cfcfcd18 Mon Sep 17 00:00:00 2001 From: nickname Date: Thu, 18 May 2023 14:37:43 +0800 Subject: [PATCH] fix duplicate packages and actions --- Makefile | 1 - sidebars.js | 20 -------------------- 2 files changed, 21 deletions(-) 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',