Skip to content

Commit c7399a9

Browse files
New Deployments Docs
WIP
1 parent 47bc8d4 commit c7399a9

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
@@ -147,6 +147,25 @@ export default defineConfig({
147147
{ text: 'Build Servers', link: '/builds/servers' },
148148
],
149149
},
150+
{
151+
text: 'Deployments',
152+
collapsed: true,
153+
items: [
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' },
167+
],
168+
},
150169
{
151170
text: 'Applications',
152171
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)