File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 266
266
}
267
267
},
268
268
"links" : {
269
- "Docs" : " Docs" ,
269
+ "Quick Start" : " Quick Start" ,
270
+ "API" : " API" ,
270
271
"Plugins" : " Plugins" ,
271
272
"Twitter" : " Twitter" ,
272
273
"Contribute" : " Contribute"
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ const siteConfig = {
7
7
organizationName : 'gulpjs' ,
8
8
projectName : 'gulpjs.github.io' ,
9
9
headerLinks : [
10
- { href : '/docs/' , label : 'Docs' } ,
10
+ { doc : 'quick-start' , label : 'Quick Start' } ,
11
+ { doc : 'api-concepts' , label : 'API' } ,
11
12
{ href : 'https://gulpjs.com/plugins' , label : 'Plugins' } ,
12
13
{ href : 'https://twitter.com/gulpjs' , label : 'Twitter' } ,
13
14
{ href : 'https://github.com/gulpjs/gulp/blob/master/CONTRIBUTING.md' , label : 'Contribute' } ,
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ nav.toc .toggleNav .navToggle i::after {
66
66
}
67
67
68
68
.navigationSlider .slidingNav ul li a {
69
- justify-content : unset;
70
69
padding : 10px 20px ;
71
70
}
72
71
You can’t perform that action at this time.
0 commit comments