Skip to content

Commit 7c6a91f

Browse files
authored
Add Decojent as a new org sponsor (#124)
1 parent 4639d4b commit 7c6a91f

File tree

2 files changed

+36
-13
lines changed

2 files changed

+36
-13
lines changed

docusaurus.config.js

+35-13
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@ module.exports = {
2222
target: '_self',
2323
},
2424
links: [
25-
{ to: 'docs/en/getting-started/quick-start',
25+
{
26+
to: 'docs/en/getting-started/quick-start',
2627
label: 'Get Started',
2728
position: 'left',
2829
},
29-
{ to: 'docs/en/api/concepts',
30+
{
31+
to: 'docs/en/api/concepts',
3032
label: 'API',
3133
position: 'left',
3234
},
33-
{ to: 'plugins',
35+
{
36+
to: 'plugins',
3437
label: 'Plugins',
3538
position: 'left',
3639
},
@@ -45,14 +48,16 @@ module.exports = {
4548
position: 'left',
4649
emphasis: true,
4750
},
48-
{ href: 'https://twitter.com/gulpjs',
51+
{
52+
href: 'https://twitter.com/gulpjs',
4953
logo: {
5054
alt: 'Gulp on Twitter',
5155
src: 'img/twitter.svg',
5256
},
5357
position: 'right'
5458
},
55-
{ href: 'https://medium.com/gulpjs',
59+
{
60+
href: 'https://medium.com/gulpjs',
5661
logo: {
5762
alt: 'The gulp blog',
5863
src: 'img/medium.svg',
@@ -63,29 +68,37 @@ module.exports = {
6368
},
6469
footer: {
6570
links: [
66-
{ items: [
71+
{
72+
items: [
6773
{ html: '<img src="/img/gulp-white-logo.svg" alt="gulp" href="/" />' }
6874
]
6975
},
70-
{ title: 'Docs',
76+
{
77+
title: 'Docs',
7178
items: [
72-
{ to: 'docs/en/getting-started/quick-start',
79+
{
80+
to: 'docs/en/getting-started/quick-start',
7381
label: 'Getting Started',
7482
},
75-
{ to: 'docs/en/api/concepts',
83+
{
84+
to: 'docs/en/api/concepts',
7685
label: 'API',
7786
},
7887
]
7988
},
80-
{ title: 'Community',
89+
{
90+
title: 'Community',
8191
items: [
82-
{ href: 'https://github.com/gulpjs/gulp',
92+
{
93+
href: 'https://github.com/gulpjs/gulp',
8394
label: 'GitHub',
8495
},
85-
{ href: 'https://stackoverflow.com/questions/tagged/gulp',
96+
{
97+
href: 'https://stackoverflow.com/questions/tagged/gulp',
8698
label: 'Stack Overflow',
8799
},
88-
{ href: 'https://twitter.com/gulpjs',
100+
{
101+
href: 'https://twitter.com/gulpjs',
89102
label: 'Twitter',
90103
}
91104
]
@@ -164,6 +177,15 @@ module.exports = {
164177
flexBasis: '80px',
165178
},
166179
},
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+
}
167189
]
168190
},
169191
stylesheets: [

static/sponsor-logos/decojent.svg

+1
Loading

0 commit comments

Comments
 (0)