@@ -152,18 +152,52 @@ export default defineConfig({
152
152
collapsed : true ,
153
153
items : [
154
154
{ text : 'Introduction' , link : '/deployments/introduction' } ,
155
- // {
156
- // text: 'Build Packs',
157
- // collapsed: true,
158
- // items: [
159
- // { text: 'Overview', link: '/builds/packs/overview' },
160
- // { text: 'Static', link: '/builds/packs/static' },
161
- // { text: 'Nixpacks', link: '/builds/packs/nixpacks' },
162
- // { text: 'Dockerfile', link: '/builds/packs/dockerfile' },
163
- // { text: 'Docker Compose', link: '/builds/packs/docker-compose' },
164
- // ]
165
- // },
166
- // { text: 'Build Servers', link: '/builds/servers' },
155
+ { text : 'Automatic Deployments' , link : '/deployments/introduction' } ,
156
+ { text : 'Preview Deployments' , link : '/deployments/introduction' } ,
157
+ { text : 'Git-based Deployments' , link : '/deployments/introduction' } ,
158
+ { text : 'Docker-based Deployments' , link : '/deployments/introduction' } ,
159
+ { text : 'Multi-Server Deployments' , link : '/deployments/introduction' } ,
160
+ {
161
+ text : 'One Click Deployments' ,
162
+ collapsed : true ,
163
+ items : [
164
+ {
165
+ text : 'Databases' ,
166
+ collapsed : true ,
167
+ items : [
168
+ { text : 'PostgreSQL' , link : '/builds/packs/overview' } ,
169
+ { text : 'MySQL' , link : '/builds/packs/static' } ,
170
+ { text : 'Redis' , link : '/builds/packs/nixpacks' } ,
171
+ { text : 'Dragonfly' , link : '/builds/packs/dockerfile' } ,
172
+ { text : 'Clickhouse' , link : '/builds/packs/docker-compose' } ,
173
+ ]
174
+ } ,
175
+ {
176
+ text : 'Services' ,
177
+ collapsed : true ,
178
+ items : [
179
+ { text : 'A' , link : '/builds/packs/overview' } ,
180
+ { text : 'B' , link : '/builds/packs/static' } ,
181
+ { text : 'C' , link : '/builds/packs/nixpacks' } ,
182
+ { text : 'D' , link : '/builds/packs/dockerfile' } ,
183
+ { text : 'E' , link : '/builds/packs/docker-compose' } ,
184
+ ]
185
+ } ,
186
+ ]
187
+ } ,
188
+ { text : 'Rollbacks' , link : '/deployments/introduction' } ,
189
+ { text : 'Presistent Storages' , link : '/deployments/introduction' } ,
190
+ { text : 'Custom Domains' , link : '/deployments/introduction' } ,
191
+ {
192
+ text : 'SSL Certificates' ,
193
+ collapsed : true ,
194
+ items : [
195
+ { text : 'Lets Encrypt' , link : '/builds/packs/overview' } ,
196
+ { text : 'Cloudflare' , link : '/builds/packs/static' } ,
197
+ { text : 'Hetzner' , link : '/builds/packs/nixpacks' } ,
198
+ ]
199
+ } ,
200
+ { text : 'DNS Configuration' , link : '/deployments/introduction' } ,
167
201
] ,
168
202
} ,
169
203
{
0 commit comments