mirror of
https://github.com/Dokploy/website.git
synced 2026-06-16 04:35:26 +02:00
- Refactored API documentation generation to utilize the new `fumadocs-openapi` features, including improved error handling and output structure. - Replaced the Authorization security scheme with x-api-key for enhanced API key authentication. - Added new MDX files for various API endpoints, ensuring comprehensive documentation coverage. - Updated the OpenAPI specification to reflect the latest changes in security definitions and response schemas. - Enhanced the documentation generation script to streamline the process and ensure consistency.
38 lines
1.4 KiB
Plaintext
38 lines
1.4 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: []
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
<APIPage document={"./public/openapi.json"} webhooks={[]} operations={[{"path":"/deployment.all","method":"get"},{"path":"/deployment.allByCompose","method":"get"},{"path":"/deployment.allByServer","method":"get"},{"path":"/deployment.allByType","method":"get"},{"path":"/deployment.killProcess","method":"post"}]} showTitle={true} /> |