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.
51 lines
1.7 KiB
Plaintext
51 lines
1.7 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: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/gitea.create"},{"method":"get","path":"/gitea.one"},{"method":"get","path":"/gitea.giteaProviders"},{"method":"get","path":"/gitea.getGiteaRepositories"},{"method":"get","path":"/gitea.getGiteaBranches"},{"method":"post","path":"/gitea.testConnection"},{"method":"post","path":"/gitea.update"},{"method":"get","path":"/gitea.getGiteaUrl"}]} hasHead={true} /> |