mirror of
https://github.com/Dokploy/website.git
synced 2026-06-26 01:25:24 +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.
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
---
|
|
title: Gitea
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Gitea create
|
|
url: '#gitea-create'
|
|
- depth: 2
|
|
title: Gitea one
|
|
url: '#gitea-one'
|
|
- depth: 2
|
|
title: Gitea gitea Providers
|
|
url: '#gitea-gitea-providers'
|
|
- depth: 2
|
|
title: Gitea get Gitea Repositories
|
|
url: '#gitea-get-gitea-repositories'
|
|
- depth: 2
|
|
title: Gitea get Gitea Branches
|
|
url: '#gitea-get-gitea-branches'
|
|
- depth: 2
|
|
title: Gitea test Connection
|
|
url: '#gitea-test-connection'
|
|
- depth: 2
|
|
title: Gitea update
|
|
url: '#gitea-update'
|
|
- depth: 2
|
|
title: Gitea get Gitea Url
|
|
url: '#gitea-get-gitea-url'
|
|
structuredData:
|
|
headings:
|
|
- content: Gitea create
|
|
id: gitea-create
|
|
- content: Gitea one
|
|
id: gitea-one
|
|
- content: Gitea gitea Providers
|
|
id: gitea-gitea-providers
|
|
- content: Gitea get Gitea Repositories
|
|
id: gitea-get-gitea-repositories
|
|
- content: Gitea get Gitea Branches
|
|
id: gitea-get-gitea-branches
|
|
- content: Gitea test Connection
|
|
id: gitea-test-connection
|
|
- content: Gitea update
|
|
id: gitea-update
|
|
- content: Gitea get Gitea Url
|
|
id: gitea-get-gitea-url
|
|
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":"/gitea.create","method":"post"},{"path":"/gitea.one","method":"get"},{"path":"/gitea.giteaProviders","method":"get"},{"path":"/gitea.getGiteaRepositories","method":"get"},{"path":"/gitea.getGiteaBranches","method":"get"},{"path":"/gitea.testConnection","method":"post"},{"path":"/gitea.update","method":"post"},{"path":"/gitea.getGiteaUrl","method":"get"}]} showTitle={true} /> |