From bb5d43be348b5f656ec8c5223540f2efc9f59f40 Mon Sep 17 00:00:00 2001 From: qwqcode Date: Tue, 19 Dec 2023 21:32:01 +0800 Subject: [PATCH] fix script --- docs/docs/.gitignore | 8 -------- docs/docs/.vitepress/theme/Artalk.vue | 13 +++++++------ docs/landing/package.json | 2 +- docs/swagger/.gitignore | 1 + docs/swagger/package.json | 2 +- package.json | 3 ++- 6 files changed, 12 insertions(+), 17 deletions(-) create mode 100644 docs/swagger/.gitignore diff --git a/docs/docs/.gitignore b/docs/docs/.gitignore index c655fb557..128ddf37a 100644 --- a/docs/docs/.gitignore +++ b/docs/docs/.gitignore @@ -1,10 +1,2 @@ -# VitePress .vitepress/dist/** .vitepress/cache/** - -# Landing page -public/landing/ -public/index.html - -# Swagger output -public/http-api.html diff --git a/docs/docs/.vitepress/theme/Artalk.vue b/docs/docs/.vitepress/theme/Artalk.vue index 53017ab29..65f8f78a3 100644 --- a/docs/docs/.vitepress/theme/Artalk.vue +++ b/docs/docs/.vitepress/theme/Artalk.vue @@ -1,7 +1,5 @@