Skip to content

Commit a67a614

Browse files
New Deployments Docs
WIP
1 parent bed760a commit a67a614

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,25 @@ export default defineConfig({
146146
{ text: 'Build Servers', link: '/builds/servers' },
147147
],
148148
},
149+
{
150+
text: 'Deployments',
151+
collapsed: true,
152+
items: [
153+
{ 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' },
166+
],
167+
},
149168
{
150169
text: 'Applications',
151170
collapsed: true,

docs/deployments/introduction.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Introduction to Deployments
3+
---
4+
5+
<ZoomableImage src="/docs/images/deployments/introduction/banner.webp" />
6+
7+
<br />
13.6 KB
Loading

0 commit comments

Comments
 (0)