mirror of
https://github.com/Dokploy/website.git
synced 2026-06-16 04:35:26 +02:00
- Copied openapi.json to the docs public folder for easier access. - Updated paths in generated documentation files to reference the new location of openapi.json. - Ensured all references to openapi.json are consistent across documentation files.
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
---
|
|
title: Deployment
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Deployment all
|
|
url: '#deployment-all'
|
|
- depth: 2
|
|
title: Deployment all By Compose
|
|
url: '#deployment-all-by-compose'
|
|
- depth: 2
|
|
title: Deployment all By Server
|
|
url: '#deployment-all-by-server'
|
|
- depth: 2
|
|
title: Deployment all By Type
|
|
url: '#deployment-all-by-type'
|
|
- depth: 2
|
|
title: Deployment kill Process
|
|
url: '#deployment-kill-process'
|
|
structuredData:
|
|
headings:
|
|
- content: Deployment all
|
|
id: deployment-all
|
|
- content: Deployment all By Compose
|
|
id: deployment-all-by-compose
|
|
- content: Deployment all By Server
|
|
id: deployment-all-by-server
|
|
- content: Deployment all By Type
|
|
id: deployment-all-by-type
|
|
- content: Deployment kill Process
|
|
id: deployment-kill-process
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"get","path":"/deployment.all"},{"method":"get","path":"/deployment.allByCompose"},{"method":"get","path":"/deployment.allByServer"},{"method":"get","path":"/deployment.allByType"},{"method":"post","path":"/deployment.killProcess"}]} hasHead={true} /> |