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 @@ -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 ,
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