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.
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
---
|
|
title: Mounts
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Mounts create
|
|
url: '#mounts-create'
|
|
- depth: 2
|
|
title: Mounts remove
|
|
url: '#mounts-remove'
|
|
- depth: 2
|
|
title: Mounts one
|
|
url: '#mounts-one'
|
|
- depth: 2
|
|
title: Mounts update
|
|
url: '#mounts-update'
|
|
- depth: 2
|
|
title: Mounts all Named By Application Id
|
|
url: '#mounts-all-named-by-application-id'
|
|
structuredData:
|
|
headings:
|
|
- content: Mounts create
|
|
id: mounts-create
|
|
- content: Mounts remove
|
|
id: mounts-remove
|
|
- content: Mounts one
|
|
id: mounts-one
|
|
- content: Mounts update
|
|
id: mounts-update
|
|
- content: Mounts all Named By Application Id
|
|
id: mounts-all-named-by-application-id
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/mounts.create"},{"method":"post","path":"/mounts.remove"},{"method":"get","path":"/mounts.one"},{"method":"post","path":"/mounts.update"},{"method":"get","path":"/mounts.allNamedByApplicationId"}]} hasHead={true} /> |