@@ -24,27 +24,24 @@ module.exports = {
24
24
srcDark : 'img/logos/logo-mini-white.svg' ,
25
25
} ,
26
26
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' } ,
36
29
{ to : 'interactive-tutorial' , label : 'Interactive Tutorial' } ,
37
30
{
38
- href : 'https://github.com/chaos-mesh/chaos-mesh ' ,
39
- label : 'GitHub ' ,
31
+ to : 'blog ' ,
32
+ label : 'Blog ' ,
40
33
position : 'right' ,
41
34
} ,
42
- { to : 'blog' , activeBasePath : 'blog' , label : 'Blog' , position : 'right' } ,
43
35
{
44
36
href : 'https://community.cncf.io/chaos-mesh-community/' ,
45
37
label : 'Events' ,
46
38
position : 'right' ,
47
39
} ,
40
+ {
41
+ href : 'https://github.com/chaos-mesh/chaos-mesh' ,
42
+ label : 'GitHub' ,
43
+ position : 'right' ,
44
+ } ,
48
45
{
49
46
href : 'https://chaos-mesh.org/website-zh' ,
50
47
label : '中文' ,
@@ -101,8 +98,7 @@ module.exports = {
101
98
title : 'Others' ,
102
99
items : [
103
100
{
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>' ,
106
102
} ,
107
103
] ,
108
104
} ,
0 commit comments