Skip to content

Commit c92b048

Browse files
Prepared Sidebar for deployments new contents - WIP
1 parent 6c69ada commit c92b048

File tree

1 file changed

+46
-12
lines changed

1 file changed

+46
-12
lines changed

docs/.vitepress/config.mts

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

0 commit comments

Comments
 (0)