This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch doc-clean-up in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit d1c31c9a3e9eed4dd1b6ef615a3ac47e12b30b77 Author: tomsun28 <[email protected]> AuthorDate: Sat Apr 13 10:59:23 2024 +0800 [improve] initial doc clean up Signed-off-by: tomsun28 <[email protected]> --- home/docusaurus.config.js | 3 +-- home/i18n/en/code.json | 6 ------ home/i18n/en/docusaurus-theme-classic/footer.json | 8 -------- home/i18n/en/docusaurus-theme-classic/navbar.json | 8 -------- home/i18n/zh-cn/code.json | 6 ------ home/i18n/zh-cn/docusaurus-theme-classic/footer.json | 8 -------- home/i18n/zh-cn/docusaurus-theme-classic/navbar.json | 8 -------- home/src/constants.js | 2 +- 8 files changed, 2 insertions(+), 47 deletions(-) diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js index 22b24d7e5..1f478f548 100644 --- a/home/docusaurus.config.js +++ b/home/docusaurus.config.js @@ -86,7 +86,7 @@ module.exports = { }, { label: 'kanban', - href: 'https://github.com/orgs/dromara/projects/6', + href: 'https://github.com/orgs/apache/projects/6', }, { label: 'sponsor', @@ -101,7 +101,6 @@ module.exports = { { type: 'docsVersionDropdown', position: 'right', - // dropdownItemsAfter: [{to: '/versions', label: '所有版本'}], dropdownActiveClassDisabled: true, }, { diff --git a/home/i18n/en/code.json b/home/i18n/en/code.json index 76506812f..0cfdf8703 100644 --- a/home/i18n/en/code.json +++ b/home/i18n/en/code.json @@ -271,12 +271,6 @@ "Who uses HertzBeat?": { "message": "Who uses HertzBeat?" }, - "Dromara Friends": { - "message": "Friends" - }, - "Friends Link": { - "message": "Friends Link" - }, "theme.admonition.note": { "message": "note", "description": "The default label used for the Note admonition (:::note)" diff --git a/home/i18n/en/docusaurus-theme-classic/footer.json b/home/i18n/en/docusaurus-theme-classic/footer.json index f2b55152e..e5c05c3b8 100644 --- a/home/i18n/en/docusaurus-theme-classic/footer.json +++ b/home/i18n/en/docusaurus-theme-classic/footer.json @@ -23,10 +23,6 @@ "message": "Help Doc", "description": "The label of footer link with label=help linking to /docs/help/guide" }, - "link.item.label.dromara": { - "message": "Dromara", - "description": "The label of footer link with label=dromara linking to https://dromara.org/" - }, "link.item.label.discuss": { "message": "Contact", "description": "The label of footer link with label=discuss linking to /docs/others/contact" @@ -35,10 +31,6 @@ "message": "Github", "description": "The label of footer link with label=github linking to https://github.com/apache/hertzbeat" }, - "link.item.label.gitee": { - "message": "Gitee", - "description": "The label of footer link with label=gitee linking to https://gitee.com/dromara/hertzbeat" - }, "link.title.resource": { "message": "Resource", "description": "The title of the footer links column with title=resource in the footer" diff --git a/home/i18n/en/docusaurus-theme-classic/navbar.json b/home/i18n/en/docusaurus-theme-classic/navbar.json index 350c028ed..dfb487b64 100644 --- a/home/i18n/en/docusaurus-theme-classic/navbar.json +++ b/home/i18n/en/docusaurus-theme-classic/navbar.json @@ -55,14 +55,6 @@ "message": "Enterprise", "description": "Navbar item with label enterprise" }, - "item.label.开源之夏": { - "message": "OSPP", - "description": "Navbar item with label 开源之夏" - }, - "item.label.华为云开源活动": { - "message": "HuaweiCloud Event", - "description": "Navbar item with label 华为云开源活动" - }, "item.label.Docs": { "message": "Docs", "description": "Navbar item with label Docs" diff --git a/home/i18n/zh-cn/code.json b/home/i18n/zh-cn/code.json index c53d4fef7..7c4941da4 100644 --- a/home/i18n/zh-cn/code.json +++ b/home/i18n/zh-cn/code.json @@ -8,12 +8,6 @@ "opensource": { "message": "拥抱开源" }, - "Dromara Friends": { - "message": "Friends" - }, - "Friends Link": { - "message": "友情链接" - }, "theme.ErrorPageContent.title": { "message": "页面已崩溃。", "description": "The title of the fallback page when the page crashed" diff --git a/home/i18n/zh-cn/docusaurus-theme-classic/footer.json b/home/i18n/zh-cn/docusaurus-theme-classic/footer.json index ac855a398..6656ef020 100644 --- a/home/i18n/zh-cn/docusaurus-theme-classic/footer.json +++ b/home/i18n/zh-cn/docusaurus-theme-classic/footer.json @@ -23,10 +23,6 @@ "message": "帮助文档", "description": "The label of footer link with label=help linking to /docs/help/guide" }, - "link.item.label.dromara": { - "message": "Dromara开源社区", - "description": "The label of footer link with label=dromara linking to https://dromara.org/" - }, "link.item.label.discuss": { "message": "交流联系", "description": "The label of footer link with label=discuss linking to /docs/others/contact" @@ -35,10 +31,6 @@ "message": "Github仓库", "description": "The label of footer link with label=github linking to https://github.com/apache/hertzbeat" }, - "link.item.label.gitee": { - "message": "Gitee仓库", - "description": "The label of footer link with label=gitee linking to https://gitee.com/dromara/hertzbeat" - }, "link.title.resource": { "message": "相关资源", "description": "The title of the footer links column with title=resource in the footer" diff --git a/home/i18n/zh-cn/docusaurus-theme-classic/navbar.json b/home/i18n/zh-cn/docusaurus-theme-classic/navbar.json index 93f797cfa..76ee6d787 100644 --- a/home/i18n/zh-cn/docusaurus-theme-classic/navbar.json +++ b/home/i18n/zh-cn/docusaurus-theme-classic/navbar.json @@ -55,14 +55,6 @@ "message": "企业版", "description": "Navbar item with label enterprise" }, - "item.label.开源之夏": { - "message": "开源之夏", - "description": "Navbar item with label 开源之夏" - }, - "item.label.华为云开源活动": { - "message": "华为云开源活动", - "description": "Navbar item with label 华为云开源活动" - }, "item.label.Docs": { "message": "文档中心", "description": "Navbar item with label Docs" diff --git a/home/src/constants.js b/home/src/constants.js index 675d4cd30..4a430eb37 100644 --- a/home/src/constants.js +++ b/home/src/constants.js @@ -50,7 +50,7 @@ export const features = [ <Translate values={{ github: ( - <a href={'https://github.com/dromara/hertzbeat'}> + <a href={'https://github.com/apache/hertzbeat'}> Github Repo </a> ), --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
