Skip to content

Commit e5be5cf

Browse files
committed
Small edits and updates to navbar
1 parent 91d3a05 commit e5be5cf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

website/i18n/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@
266266
}
267267
},
268268
"links": {
269-
"Docs": "Docs",
269+
"Quick Start": "Quick Start",
270+
"API": "API",
270271
"Plugins": "Plugins",
271272
"Twitter": "Twitter",
272273
"Contribute": "Contribute"

website/siteConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const siteConfig = {
77
organizationName: 'gulpjs',
88
projectName: 'gulpjs.github.io',
99
headerLinks: [
10-
{href: '/docs/', label: 'Docs'},
10+
{doc: 'quick-start', label: 'Quick Start'},
11+
{doc: 'api-concepts', label: 'API'},
1112
{href: 'https://gulpjs.com/plugins', label: 'Plugins'},
1213
{href: 'https://twitter.com/gulpjs', label: 'Twitter'},
1314
{href: 'https://github.com/gulpjs/gulp/blob/master/CONTRIBUTING.md', label: 'Contribute'},

website/static/docs-css/custom.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ nav.toc .toggleNav .navToggle i::after {
6666
}
6767

6868
.navigationSlider .slidingNav ul li a {
69-
justify-content: unset;
7069
padding: 10px 20px;
7170
}
7271

0 commit comments

Comments
 (0)