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.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
---
|
|
title: Project
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Project create
|
|
url: '#project-create'
|
|
- depth: 2
|
|
title: Project one
|
|
url: '#project-one'
|
|
- depth: 2
|
|
title: Project all
|
|
url: '#project-all'
|
|
- depth: 2
|
|
title: Project remove
|
|
url: '#project-remove'
|
|
- depth: 2
|
|
title: Project update
|
|
url: '#project-update'
|
|
- depth: 2
|
|
title: Project duplicate
|
|
url: '#project-duplicate'
|
|
structuredData:
|
|
headings:
|
|
- content: Project create
|
|
id: project-create
|
|
- content: Project one
|
|
id: project-one
|
|
- content: Project all
|
|
id: project-all
|
|
- content: Project remove
|
|
id: project-remove
|
|
- content: Project update
|
|
id: project-update
|
|
- content: Project duplicate
|
|
id: project-duplicate
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/project.create"},{"method":"get","path":"/project.one"},{"method":"get","path":"/project.all"},{"method":"post","path":"/project.remove"},{"method":"post","path":"/project.update"},{"method":"post","path":"/project.duplicate"}]} hasHead={true} /> |