This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch team-page in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 91cd1318b430832c870103402b88d48623172468 Author: tomsun28 <[email protected]> AuthorDate: Sun Apr 21 15:10:27 2024 +0800 update team page --- home/docusaurus.config.js | 3 ++- home/sidebars.json | 1 - home/src/pages/team/member.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js index 64fc78607..6858f6cf0 100644 --- a/home/docusaurus.config.js +++ b/home/docusaurus.config.js @@ -170,7 +170,8 @@ module.exports = { items: [ { label: 'contributors', - to: '/docs/others/developer', + to : '/team/', + activeBaseRegex: `/team`, }, { label: 'contributing', diff --git a/home/sidebars.json b/home/sidebars.json index 5f6fda95c..2d01d1227 100644 --- a/home/sidebars.json +++ b/home/sidebars.json @@ -255,7 +255,6 @@ "type": "category", "label": "Others", "items": [ - "others/developer", "others/contributing", "others/resource" ] diff --git a/home/src/pages/team/member.json b/home/src/pages/team/member.json index b28c1190c..06089a42a 100644 --- a/home/src/pages/team/member.json +++ b/home/src/pages/team/member.json @@ -40,7 +40,7 @@ { "githubId":"85919258", "gitUrl":"https://github.com/TJxiaobao", - "name":"Xingcun Gao" + "name":"TJxiaobao" }, { "githubId": "74083801", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
