File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
public/images/deployments/introduction Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 1+ ---
2+ title : Introduction to Deployments
3+ ---
4+
5+ <ZoomableImage src =" /docs/images/deployments/introduction/banner.webp " />
6+
7+ <br />
You can’t perform that action at this time.
0 commit comments