@@ -22,15 +22,18 @@ module.exports = {
22
22
target : '_self' ,
23
23
} ,
24
24
links : [
25
- { to : 'docs/en/getting-started/quick-start' ,
25
+ {
26
+ to : 'docs/en/getting-started/quick-start' ,
26
27
label : 'Get Started' ,
27
28
position : 'left' ,
28
29
} ,
29
- { to : 'docs/en/api/concepts' ,
30
+ {
31
+ to : 'docs/en/api/concepts' ,
30
32
label : 'API' ,
31
33
position : 'left' ,
32
34
} ,
33
- { to : 'plugins' ,
35
+ {
36
+ to : 'plugins' ,
34
37
label : 'Plugins' ,
35
38
position : 'left' ,
36
39
} ,
@@ -45,14 +48,16 @@ module.exports = {
45
48
position : 'left' ,
46
49
emphasis : true ,
47
50
} ,
48
- { href : 'https://twitter.com/gulpjs' ,
51
+ {
52
+ href : 'https://twitter.com/gulpjs' ,
49
53
logo : {
50
54
alt : 'Gulp on Twitter' ,
51
55
src : 'img/twitter.svg' ,
52
56
} ,
53
57
position : 'right'
54
58
} ,
55
- { href : 'https://medium.com/gulpjs' ,
59
+ {
60
+ href : 'https://medium.com/gulpjs' ,
56
61
logo : {
57
62
alt : 'The gulp blog' ,
58
63
src : 'img/medium.svg' ,
@@ -63,29 +68,37 @@ module.exports = {
63
68
} ,
64
69
footer : {
65
70
links : [
66
- { items : [
71
+ {
72
+ items : [
67
73
{ html : '<img src="/img/gulp-white-logo.svg" alt="gulp" href="/" />' }
68
74
]
69
75
} ,
70
- { title : 'Docs' ,
76
+ {
77
+ title : 'Docs' ,
71
78
items : [
72
- { to : 'docs/en/getting-started/quick-start' ,
79
+ {
80
+ to : 'docs/en/getting-started/quick-start' ,
73
81
label : 'Getting Started' ,
74
82
} ,
75
- { to : 'docs/en/api/concepts' ,
83
+ {
84
+ to : 'docs/en/api/concepts' ,
76
85
label : 'API' ,
77
86
} ,
78
87
]
79
88
} ,
80
- { title : 'Community' ,
89
+ {
90
+ title : 'Community' ,
81
91
items : [
82
- { href : 'https://github.com/gulpjs/gulp' ,
92
+ {
93
+ href : 'https://github.com/gulpjs/gulp' ,
83
94
label : 'GitHub' ,
84
95
} ,
85
- { href : 'https://stackoverflow.com/questions/tagged/gulp' ,
96
+ {
97
+ href : 'https://stackoverflow.com/questions/tagged/gulp' ,
86
98
label : 'Stack Overflow' ,
87
99
} ,
88
- { href : 'https://twitter.com/gulpjs' ,
100
+ {
101
+ href : 'https://twitter.com/gulpjs' ,
89
102
label : 'Twitter' ,
90
103
}
91
104
]
@@ -164,6 +177,15 @@ module.exports = {
164
177
flexBasis : '80px' ,
165
178
} ,
166
179
} ,
180
+ {
181
+ href : 'https://www.decojent.com' ,
182
+ src : 'sponsor-logos/decojent.svg' ,
183
+ alt : 'Decojent logo' ,
184
+ title : 'Decojent' ,
185
+ style : {
186
+ flexBasis : '100px'
187
+ }
188
+ }
167
189
]
168
190
} ,
169
191
stylesheets : [
0 commit comments