Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 7ec96eb

Browse files
committedAug 3, 2021
chore: reorder navbar items
Signed-off-by: Yue Yang <[email protected]>
1 parent 2999105 commit 7ec96eb

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed
 

‎docusaurus.config.js

+10-14
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,24 @@ module.exports = {
2424
srcDark: 'img/logos/logo-mini-white.svg',
2525
},
2626
items: [
27-
{
28-
type: 'docsVersionDropdown',
29-
position: 'left',
30-
},
31-
{
32-
to: 'docs',
33-
activeBasePath: 'docs',
34-
label: 'Documentation',
35-
},
27+
{ type: 'docsVersionDropdown' },
28+
{ to: 'docs', label: 'Documentation' },
3629
{ to: 'interactive-tutorial', label: 'Interactive Tutorial' },
3730
{
38-
href: 'https://github.com/chaos-mesh/chaos-mesh',
39-
label: 'GitHub',
31+
to: 'blog',
32+
label: 'Blog',
4033
position: 'right',
4134
},
42-
{ to: 'blog', activeBasePath: 'blog', label: 'Blog', position: 'right' },
4335
{
4436
href: 'https://community.cncf.io/chaos-mesh-community/',
4537
label: 'Events',
4638
position: 'right',
4739
},
40+
{
41+
href: 'https://github.com/chaos-mesh/chaos-mesh',
42+
label: 'GitHub',
43+
position: 'right',
44+
},
4845
{
4946
href: 'https://chaos-mesh.org/website-zh',
5047
label: '中文',
@@ -101,8 +98,7 @@ module.exports = {
10198
title: 'Others',
10299
items: [
103100
{
104-
html:
105-
'<a href="https://www.netlify.com"><img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" /></a>',
101+
html: '<a href="https://www.netlify.com"><img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" /></a>',
106102
},
107103
],
108104
},

0 commit comments

Comments
 (0)
This repository has been archived.