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: Schedule
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Schedule create
|
|
url: '#schedule-create'
|
|
- depth: 2
|
|
title: Schedule update
|
|
url: '#schedule-update'
|
|
- depth: 2
|
|
title: Schedule delete
|
|
url: '#schedule-delete'
|
|
- depth: 2
|
|
title: Schedule list
|
|
url: '#schedule-list'
|
|
- depth: 2
|
|
title: Schedule one
|
|
url: '#schedule-one'
|
|
- depth: 2
|
|
title: Schedule run Manually
|
|
url: '#schedule-run-manually'
|
|
structuredData:
|
|
headings:
|
|
- content: Schedule create
|
|
id: schedule-create
|
|
- content: Schedule update
|
|
id: schedule-update
|
|
- content: Schedule delete
|
|
id: schedule-delete
|
|
- content: Schedule list
|
|
id: schedule-list
|
|
- content: Schedule one
|
|
id: schedule-one
|
|
- content: Schedule run Manually
|
|
id: schedule-run-manually
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/schedule.create"},{"method":"post","path":"/schedule.update"},{"method":"post","path":"/schedule.delete"},{"method":"get","path":"/schedule.list"},{"method":"get","path":"/schedule.one"},{"method":"post","path":"/schedule.runManually"}]} hasHead={true} /> |