This is an automated email from the ASF dual-hosted git repository.
fenbox pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/build-community by this push:
new 18cff9b3 docs: move notice file directory
18cff9b3 is described below
commit 18cff9b312932e7422f0f8e84d0e49f48e859d22
Author: fen <[email protected]>
AuthorDate: Thu Nov 23 12:17:00 2023 +0800
docs: move notice file directory
---
docs/{development => }/notice.md | 0
.../docusaurus-plugin-content-docs/current/{development => }/notice.md | 0
sidebars.js | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/development/notice.md b/docs/notice.md
similarity index 100%
rename from docs/development/notice.md
rename to docs/notice.md
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/notice.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/notice.md
similarity index 100%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/development/notice.md
rename to i18n/zh-CN/docusaurus-plugin-content-docs/current/notice.md
diff --git a/sidebars.js b/sidebars.js
index 1199b65c..c71858b6 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -63,9 +63,9 @@ module.exports = {
'development/extending/plugin-for-ui',
],
},
- 'development/notice',
],
},
+ 'notice',
'faq',
],
};