@@ -85,28 +85,23 @@ const config = {
85
85
style : 'dark' ,
86
86
links : [
87
87
{
88
- title : 'Docs ' ,
88
+ title : 'Sections ' ,
89
89
items : [
90
90
{
91
- label : 'Defang Docs ' ,
92
- to : '/docs/intro ' ,
91
+ label : 'Tutorials ' ,
92
+ to : '/docs/category/tutorials ' ,
93
93
} ,
94
- ] ,
95
- } ,
96
- {
97
- title : 'Community' ,
98
- items : [
99
94
{
100
- label : 'LinkedIn ' ,
101
- href : 'https://www.linkedin.com/company/defang/ ' ,
95
+ label : 'Providers ' ,
96
+ to : '/docs/category/providers ' ,
102
97
} ,
103
98
{
104
- label : 'Discord ' ,
105
- href : 'https://s.defang.io/discord ' ,
99
+ label : 'CLI Reference ' ,
100
+ to : '/docs/category/cli ' ,
106
101
} ,
107
102
{
108
- label : 'Twitter ' ,
109
- href : 'https://twitter.com/DefangLabs ' ,
103
+ label : 'Concepts ' ,
104
+ to : '/docs/category/concepts ' ,
110
105
} ,
111
106
] ,
112
107
} ,
@@ -117,12 +112,41 @@ const config = {
117
112
label : 'Blog' ,
118
113
to : '/blog' ,
119
114
} ,
115
+ {
116
+ label : 'Ask Defang' ,
117
+ href : '/docs/ask' ,
118
+ } ,
119
+ {
120
+ label : 'Samples' ,
121
+ href : 'https://defang.io/#samples' ,
122
+ } ,
120
123
{
121
124
label : 'GitHub' ,
122
125
href : 'https://github.com/DefangLabs' ,
123
126
} ,
124
127
] ,
125
128
} ,
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
+ } ,
126
150
] ,
127
151
// Existing footer configuration...
128
152
} ,
@@ -135,5 +159,3 @@ const config = {
135
159
} ;
136
160
137
161
module . exports = config ;
138
-
139
-
0 commit comments