mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Introduced new MDX components and configuration files for the documentation site. - Added various images and icons to enhance the visual representation of the documentation. - Updated package.json and pnpm-lock.yaml to include new dependencies for the documentation. - Created a .gitignore file for the new docs app to manage ignored files effectively. - Enhanced README with instructions for restarting the dev server after adding new MDX files.
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
---
|
|
title: Destination
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Destination create
|
|
url: '#destination-create'
|
|
- depth: 2
|
|
title: Destination test Connection
|
|
url: '#destination-test-connection'
|
|
- depth: 2
|
|
title: Destination one
|
|
url: '#destination-one'
|
|
- depth: 2
|
|
title: Destination all
|
|
url: '#destination-all'
|
|
- depth: 2
|
|
title: Destination remove
|
|
url: '#destination-remove'
|
|
- depth: 2
|
|
title: Destination update
|
|
url: '#destination-update'
|
|
structuredData:
|
|
headings:
|
|
- content: Destination create
|
|
id: destination-create
|
|
- content: Destination test Connection
|
|
id: destination-test-connection
|
|
- content: Destination one
|
|
id: destination-one
|
|
- content: Destination all
|
|
id: destination-all
|
|
- content: Destination remove
|
|
id: destination-remove
|
|
- content: Destination update
|
|
id: destination-update
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/destination.create"},{"method":"post","path":"/destination.testConnection"},{"method":"get","path":"/destination.one"},{"method":"get","path":"/destination.all"},{"method":"post","path":"/destination.remove"},{"method":"post","path":"/destination.update"}]} hasHead={true} /> |