This is an automated email from the ASF dual-hosted git repository. young pushed a commit to branch young/chore/tmp-disable-dashboard-next-doc in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/young/chore/tmp-disable-dashboard-next-doc by this push: new 7a2abc32aa4 fix: build docs 7a2abc32aa4 is described below commit 7a2abc32aa48de6909607f2b4664cc1dcc41a48c Author: Skye Young <isk...@outlook.com> AuthorDate: Fri May 16 19:14:35 2025 +0800 fix: build docs --- .gitignore | 1 + doc/docs/apisix-dashboard/sidebars.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2e5edef1702..96b1dc01547 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ scripts/yarn.lock /doc/docs/* /doc/docs-apisix*/** /doc/docs-apisix*.json +!/doc/docs/apisix-dashboard /doc/i18n/zh/docusaurus-plugin-content-docs-docs-*/** scripts/temp/** diff --git a/doc/docs/apisix-dashboard/sidebars.json b/doc/docs/apisix-dashboard/sidebars.json new file mode 100644 index 00000000000..6f9406d463f --- /dev/null +++ b/doc/docs/apisix-dashboard/sidebars.json @@ -0,0 +1,3 @@ +{ + "docs": [] +}