diff --git a/docusaurus.config.js b/docusaurus.config.js
index 2a68a6e..3990938 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -85,34 +85,34 @@ module.exports = {
title: 'Community',
items: [
{
- label: 'Twitter',
- href: 'https://twitter.com/chaos_mesh',
+ label: 'Events',
+ href: 'https://community.cncf.io/chaos-mesh-community/',
},
{
label: 'Slack (#project-chaos-mesh)',
href: 'https://slack.cncf.io/',
},
{
- label: 'Events',
- href: 'https://community.cncf.io/chaos-mesh-community/',
+ label: 'Twitter',
+ href: 'https://twitter.com/chaos_mesh',
},
],
},
{
title: 'More',
items: [
- {
- label: 'GitHub',
- href: 'https://github.com/chaos-mesh/chaos-mesh',
- },
{
label: 'Blog',
to: 'blog',
},
+ {
+ label: 'GitHub',
+ href: 'https://github.com/chaos-mesh/chaos-mesh',
+ },
],
},
{
- title: 'Others',
+ title: 'Thanks',
items: [
{
html: '',
diff --git a/src/pages/index.js b/src/pages/index.js
index 9bf1f1d..6476765 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -43,6 +43,8 @@ function Home() {
+