mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Added new OpenAPI components and updated the documentation structure with new MDX files for various API references. - Introduced a script to fix OpenAPI schema issues, ensuring proper response schemas and security definitions. - Updated package dependencies to include fumadocs-openapi for improved API documentation generation. - Enhanced global CSS to incorporate new styles from fumadocs-openapi. - Modified the pnpm-lock.yaml to reflect new package versions and dependencies.
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} /> |