Skip to content

Commit 692b791

Browse files
clean up footer
1 parent 23d6deb commit 692b791

File tree

1 file changed

+38
-16
lines changed

1 file changed

+38
-16
lines changed

docusaurus.config.js

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,28 +85,23 @@ const config = {
8585
style: 'dark',
8686
links: [
8787
{
88-
title: 'Docs',
88+
title: 'Sections',
8989
items: [
9090
{
91-
label: 'Defang Docs',
92-
to: '/docs/intro',
91+
label: 'Tutorials',
92+
to: '/docs/category/tutorials',
9393
},
94-
],
95-
},
96-
{
97-
title: 'Community',
98-
items: [
9994
{
100-
label: 'LinkedIn',
101-
href: 'https://www.linkedin.com/company/defang/',
95+
label: 'Providers',
96+
to: '/docs/category/providers',
10297
},
10398
{
104-
label: 'Discord',
105-
href: 'https://s.defang.io/discord',
99+
label: 'CLI Reference',
100+
to: '/docs/category/cli',
106101
},
107102
{
108-
label: 'Twitter',
109-
href: 'https://twitter.com/DefangLabs',
103+
label: 'Concepts',
104+
to: '/docs/category/concepts',
110105
},
111106
],
112107
},
@@ -117,12 +112,41 @@ const config = {
117112
label: 'Blog',
118113
to: '/blog',
119114
},
115+
{
116+
label: 'Ask Defang',
117+
href: '/docs/ask',
118+
},
119+
{
120+
label: 'Samples',
121+
href: 'https://defang.io/#samples',
122+
},
120123
{
121124
label: 'GitHub',
122125
href: 'https://github.com/DefangLabs',
123126
},
124127
],
125128
},
129+
{
130+
title: 'Community',
131+
items: [
132+
{
133+
label: 'Discord',
134+
href: 'https://s.defang.io/discord',
135+
},
136+
{
137+
label: 'Twitter',
138+
href: 'https://twitter.com/DefangLabs',
139+
},
140+
{
141+
label: 'LinkedIn',
142+
href: 'https://www.linkedin.com/company/defang/',
143+
},
144+
{
145+
label: 'Youtube',
146+
href: 'https://www.youtube.com/@DefangLabs',
147+
}
148+
],
149+
},
126150
],
127151
// Existing footer configuration...
128152
},
@@ -135,5 +159,3 @@ const config = {
135159
};
136160

137161
module.exports = config;
138-
139-

0 commit comments

Comments
 (0)