Merge pull request 'fix duplicate packages and actions' (#6) from HesterG/gitea-docusaurus:fix-duplicate-dirs into main

Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/6
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
techknowlogick
2023-05-21 13:55:27 +08:00
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',