This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 9fa58e6bc02 change developers to community (#1005)
9fa58e6bc02 is described below
commit 9fa58e6bc020f59cf2acd342fcbf4aeb88ff32b4
Author: jimin <[email protected]>
AuthorDate: Sun Aug 3 16:06:59 2025 +0800
change developers to community (#1005)
---
docusaurus.config.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4f440da17da..11c6a8d6ec0 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -167,7 +167,7 @@ const config = {
position: 'right',
},
{
- label: 'Developers',
+ label: 'Community',
type: 'doc',
docId: 'developers/contributor-guide/new-contributor-guide_dev',
position: 'right',
@@ -182,11 +182,11 @@ const config = {
to: '/users',
position: 'right',
},
- {
- label: 'Community',
- to: '/community',
- position: 'right',
- },
+ // {
+ // label: 'Community',
+ // to: '/community',
+ // position: 'right',
+ // },
{
label: 'Download',
to: '/download/seata-server',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]