From 2e5564dea7e709c9a527ad42363edfd2318ad261 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 30 Nov 2025 01:03:04 -0600 Subject: [PATCH] chore: update OpenAPI documentation paths and enhance references - Changed input path for documentation generation from './api.json' to '../../public/openapi.json'. - Updated multiple generated documentation files to reference the new OpenAPI document path. - Added new documentation files for 'Environment', 'Gitea', 'Organization', 'Preview Deployment', 'Rollback', 'Schedule', 'Swarm', and 'Volume Backups'. - Enhanced existing documentation with additional endpoints and improved structure for clarity. --- .../docs/api/generated/reference-admin.mdx | 30 +----- .../docs/api/generated/reference-ai.mdx | 56 +++++++++++ .../api/generated/reference-application.mdx | 35 ++++++- .../docs/api/generated/reference-backup.mdx | 17 +++- .../api/generated/reference-bitbucket.mdx | 2 +- .../api/generated/reference-certificates.mdx | 2 +- .../docs/api/generated/reference-cluster.mdx | 2 +- .../docs/api/generated/reference-compose.mdx | 47 +++++++++- .../api/generated/reference-deployment.mdx | 12 ++- .../api/generated/reference-destination.mdx | 2 +- .../docs/api/generated/reference-docker.mdx | 12 ++- .../docs/api/generated/reference-domain.mdx | 12 ++- .../api/generated/reference-environment.mdx | 41 ++++++++ .../api/generated/reference-gitProvider.mdx | 2 +- .../docs/api/generated/reference-gitea.mdx | 51 ++++++++++ .../docs/api/generated/reference-github.mdx | 2 +- .../docs/api/generated/reference-gitlab.mdx | 2 +- .../docs/api/generated/reference-mariadb.mdx | 12 ++- .../docs/api/generated/reference-mongo.mdx | 12 ++- .../docs/api/generated/reference-mounts.mdx | 7 +- .../docs/api/generated/reference-mysql.mdx | 12 ++- .../api/generated/reference-notification.mdx | 57 +++++++++++- .../api/generated/reference-organization.mdx | 51 ++++++++++ .../docs/api/generated/reference-port.mdx | 2 +- .../docs/api/generated/reference-postgres.mdx | 12 ++- .../generated/reference-previewDeployment.mdx | 26 ++++++ .../docs/api/generated/reference-project.mdx | 7 +- .../api/generated/reference-redirects.mdx | 2 +- .../docs/api/generated/reference-redis.mdx | 12 ++- .../docs/api/generated/reference-registry.mdx | 2 +- .../docs/api/generated/reference-rollback.mdx | 21 +++++ .../docs/api/generated/reference-schedule.mdx | 41 ++++++++ .../docs/api/generated/reference-security.mdx | 2 +- .../docs/api/generated/reference-server.mdx | 47 +++++++++- .../docs/api/generated/reference-settings.mdx | 80 ++++++++++++---- .../docs/api/generated/reference-sshKey.mdx | 2 +- .../docs/api/generated/reference-stripe.mdx | 2 +- .../docs/api/generated/reference-swarm.mdx | 26 ++++++ .../docs/api/generated/reference-user.mdx | 93 +++++++++++++++++-- .../api/generated/reference-volumeBackups.mdx | 41 ++++++++ apps/docs/generate-docs.mjs | 3 +- 41 files changed, 812 insertions(+), 87 deletions(-) create mode 100644 apps/docs/content/docs/api/generated/reference-ai.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-environment.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-gitea.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-organization.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-previewDeployment.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-rollback.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-schedule.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-swarm.mdx create mode 100644 apps/docs/content/docs/api/generated/reference-volumeBackups.mdx diff --git a/apps/docs/content/docs/api/generated/reference-admin.mdx b/apps/docs/content/docs/api/generated/reference-admin.mdx index 548d0bd..539122b 100644 --- a/apps/docs/content/docs/api/generated/reference-admin.mdx +++ b/apps/docs/content/docs/api/generated/reference-admin.mdx @@ -4,33 +4,13 @@ full: true _openapi: toc: - depth: 2 - title: Admin one - url: '#admin-one' - - depth: 2 - title: Admin create User Invitation - url: '#admin-create-user-invitation' - - depth: 2 - title: Admin remove User - url: '#admin-remove-user' - - depth: 2 - title: Admin get User By Token - url: '#admin-get-user-by-token' - - depth: 2 - title: Admin assign Permissions - url: '#admin-assign-permissions' + title: Admin setup Monitoring + url: '#admin-setup-monitoring' structuredData: headings: - - content: Admin one - id: admin-one - - content: Admin create User Invitation - id: admin-create-user-invitation - - content: Admin remove User - id: admin-remove-user - - content: Admin get User By Token - id: admin-get-user-by-token - - content: Admin assign Permissions - id: admin-assign-permissions + - content: Admin setup Monitoring + id: admin-setup-monitoring contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-ai.mdx b/apps/docs/content/docs/api/generated/reference-ai.mdx new file mode 100644 index 0000000..08a752c --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-ai.mdx @@ -0,0 +1,56 @@ +--- +title: Ai +full: true +_openapi: + toc: + - depth: 2 + title: Ai one + url: '#ai-one' + - depth: 2 + title: Ai get Models + url: '#ai-get-models' + - depth: 2 + title: Ai create + url: '#ai-create' + - depth: 2 + title: Ai update + url: '#ai-update' + - depth: 2 + title: Ai get All + url: '#ai-get-all' + - depth: 2 + title: Ai get + url: '#ai-get' + - depth: 2 + title: Ai delete + url: '#ai-delete' + - depth: 2 + title: Ai suggest + url: '#ai-suggest' + - depth: 2 + title: Ai deploy + url: '#ai-deploy' + structuredData: + headings: + - content: Ai one + id: ai-one + - content: Ai get Models + id: ai-get-models + - content: Ai create + id: ai-create + - content: Ai update + id: ai-update + - content: Ai get All + id: ai-get-all + - content: Ai get + id: ai-get + - content: Ai delete + id: ai-delete + - content: Ai suggest + id: ai-suggest + - content: Ai deploy + id: ai-deploy + contents: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-application.mdx b/apps/docs/content/docs/api/generated/reference-application.mdx index 3860b11..5c6b679 100644 --- a/apps/docs/content/docs/api/generated/reference-application.mdx +++ b/apps/docs/content/docs/api/generated/reference-application.mdx @@ -39,12 +39,18 @@ _openapi: - depth: 2 title: Application save Bitbucket Provider url: '#application-save-bitbucket-provider' + - depth: 2 + title: Application save Gitea Provider + url: '#application-save-gitea-provider' - depth: 2 title: Application save Docker Provider url: '#application-save-docker-provider' - depth: 2 - title: Application save Git Prodiver - url: '#application-save-git-prodiver' + title: Application save Git Provider + url: '#application-save-git-provider' + - depth: 2 + title: Application disconnect Git Provider + url: '#application-disconnect-git-provider' - depth: 2 title: Application mark Running url: '#application-mark-running' @@ -60,6 +66,9 @@ _openapi: - depth: 2 title: Application clean Queues url: '#application-clean-queues' + - depth: 2 + title: Application kill Build + url: '#application-kill-build' - depth: 2 title: Application read Traefik Config url: '#application-read-traefik-config' @@ -69,6 +78,12 @@ _openapi: - depth: 2 title: Application read App Monitoring url: '#application-read-app-monitoring' + - depth: 2 + title: Application move + url: '#application-move' + - depth: 2 + title: Application cancel Deployment + url: '#application-cancel-deployment' structuredData: headings: - content: Application create @@ -95,10 +110,14 @@ _openapi: id: application-save-gitlab-provider - content: Application save Bitbucket Provider id: application-save-bitbucket-provider + - content: Application save Gitea Provider + id: application-save-gitea-provider - content: Application save Docker Provider id: application-save-docker-provider - - content: Application save Git Prodiver - id: application-save-git-prodiver + - content: Application save Git Provider + id: application-save-git-provider + - content: Application disconnect Git Provider + id: application-disconnect-git-provider - content: Application mark Running id: application-mark-running - content: Application update @@ -109,13 +128,19 @@ _openapi: id: application-deploy - content: Application clean Queues id: application-clean-queues + - content: Application kill Build + id: application-kill-build - content: Application read Traefik Config id: application-read-traefik-config - content: Application update Traefik Config id: application-update-traefik-config - content: Application read App Monitoring id: application-read-app-monitoring + - content: Application move + id: application-move + - content: Application cancel Deployment + id: application-cancel-deployment contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-backup.mdx b/apps/docs/content/docs/api/generated/reference-backup.mdx index 5053281..58b640e 100644 --- a/apps/docs/content/docs/api/generated/reference-backup.mdx +++ b/apps/docs/content/docs/api/generated/reference-backup.mdx @@ -24,9 +24,18 @@ _openapi: - depth: 2 title: Backup manual Backup Mariadb url: '#backup-manual-backup-mariadb' + - depth: 2 + title: Backup manual Backup Compose + url: '#backup-manual-backup-compose' - depth: 2 title: Backup manual Backup Mongo url: '#backup-manual-backup-mongo' + - depth: 2 + title: Backup manual Backup Web Server + url: '#backup-manual-backup-web-server' + - depth: 2 + title: Backup list Backup Files + url: '#backup-list-backup-files' structuredData: headings: - content: Backup create @@ -43,9 +52,15 @@ _openapi: id: backup-manual-backup-my-sql - content: Backup manual Backup Mariadb id: backup-manual-backup-mariadb + - content: Backup manual Backup Compose + id: backup-manual-backup-compose - content: Backup manual Backup Mongo id: backup-manual-backup-mongo + - content: Backup manual Backup Web Server + id: backup-manual-backup-web-server + - content: Backup list Backup Files + id: backup-list-backup-files contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-bitbucket.mdx b/apps/docs/content/docs/api/generated/reference-bitbucket.mdx index b8ca554..3c713cb 100644 --- a/apps/docs/content/docs/api/generated/reference-bitbucket.mdx +++ b/apps/docs/content/docs/api/generated/reference-bitbucket.mdx @@ -43,4 +43,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-certificates.mdx b/apps/docs/content/docs/api/generated/reference-certificates.mdx index 86000d0..23f607b 100644 --- a/apps/docs/content/docs/api/generated/reference-certificates.mdx +++ b/apps/docs/content/docs/api/generated/reference-certificates.mdx @@ -28,4 +28,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-cluster.mdx b/apps/docs/content/docs/api/generated/reference-cluster.mdx index 6a8f92d..6854095 100644 --- a/apps/docs/content/docs/api/generated/reference-cluster.mdx +++ b/apps/docs/content/docs/api/generated/reference-cluster.mdx @@ -28,4 +28,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-compose.mdx b/apps/docs/content/docs/api/generated/reference-compose.mdx index 0fb7849..6fa350f 100644 --- a/apps/docs/content/docs/api/generated/reference-compose.mdx +++ b/apps/docs/content/docs/api/generated/reference-compose.mdx @@ -18,15 +18,24 @@ _openapi: - depth: 2 title: Compose clean Queues url: '#compose-clean-queues' + - depth: 2 + title: Compose kill Build + url: '#compose-kill-build' - depth: 2 title: Compose load Services url: '#compose-load-services' + - depth: 2 + title: Compose load Mounts By Service + url: '#compose-load-mounts-by-service' - depth: 2 title: Compose fetch Source Type url: '#compose-fetch-source-type' - depth: 2 title: Compose randomize Compose url: '#compose-randomize-compose' + - depth: 2 + title: Compose isolated Deployment + url: '#compose-isolated-deployment' - depth: 2 title: Compose get Converted Compose url: '#compose-get-converted-compose' @@ -39,6 +48,9 @@ _openapi: - depth: 2 title: Compose stop url: '#compose-stop' + - depth: 2 + title: Compose start + url: '#compose-start' - depth: 2 title: Compose get Default Command url: '#compose-get-default-command' @@ -54,6 +66,21 @@ _openapi: - depth: 2 title: Compose get Tags url: '#compose-get-tags' + - depth: 2 + title: Compose disconnect Git Provider + url: '#compose-disconnect-git-provider' + - depth: 2 + title: Compose move + url: '#compose-move' + - depth: 2 + title: Compose process Template + url: '#compose-process-template' + - depth: 2 + title: Compose import + url: '#compose-import' + - depth: 2 + title: Compose cancel Deployment + url: '#compose-cancel-deployment' structuredData: headings: - content: Compose create @@ -66,12 +93,18 @@ _openapi: id: compose-delete - content: Compose clean Queues id: compose-clean-queues + - content: Compose kill Build + id: compose-kill-build - content: Compose load Services id: compose-load-services + - content: Compose load Mounts By Service + id: compose-load-mounts-by-service - content: Compose fetch Source Type id: compose-fetch-source-type - content: Compose randomize Compose id: compose-randomize-compose + - content: Compose isolated Deployment + id: compose-isolated-deployment - content: Compose get Converted Compose id: compose-get-converted-compose - content: Compose deploy @@ -80,6 +113,8 @@ _openapi: id: compose-redeploy - content: Compose stop id: compose-stop + - content: Compose start + id: compose-start - content: Compose get Default Command id: compose-get-default-command - content: Compose refresh Token @@ -90,7 +125,17 @@ _openapi: id: compose-templates - content: Compose get Tags id: compose-get-tags + - content: Compose disconnect Git Provider + id: compose-disconnect-git-provider + - content: Compose move + id: compose-move + - content: Compose process Template + id: compose-process-template + - content: Compose import + id: compose-import + - content: Compose cancel Deployment + id: compose-cancel-deployment contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-deployment.mdx b/apps/docs/content/docs/api/generated/reference-deployment.mdx index 3489956..dd83a01 100644 --- a/apps/docs/content/docs/api/generated/reference-deployment.mdx +++ b/apps/docs/content/docs/api/generated/reference-deployment.mdx @@ -12,6 +12,12 @@ _openapi: - depth: 2 title: Deployment all By Server url: '#deployment-all-by-server' + - depth: 2 + title: Deployment all By Type + url: '#deployment-all-by-type' + - depth: 2 + title: Deployment kill Process + url: '#deployment-kill-process' structuredData: headings: - content: Deployment all @@ -20,7 +26,11 @@ _openapi: id: deployment-all-by-compose - content: Deployment all By Server id: deployment-all-by-server + - content: Deployment all By Type + id: deployment-all-by-type + - content: Deployment kill Process + id: deployment-kill-process contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-destination.mdx b/apps/docs/content/docs/api/generated/reference-destination.mdx index 1a1bc82..f7b361f 100644 --- a/apps/docs/content/docs/api/generated/reference-destination.mdx +++ b/apps/docs/content/docs/api/generated/reference-destination.mdx @@ -38,4 +38,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-docker.mdx b/apps/docs/content/docs/api/generated/reference-docker.mdx index 272c250..9015360 100644 --- a/apps/docs/content/docs/api/generated/reference-docker.mdx +++ b/apps/docs/content/docs/api/generated/reference-docker.mdx @@ -18,6 +18,12 @@ _openapi: - depth: 2 title: Docker get Containers By App Label url: '#docker-get-containers-by-app-label' + - depth: 2 + title: Docker get Stack Containers By App Name + url: '#docker-get-stack-containers-by-app-name' + - depth: 2 + title: Docker get Service Containers By App Name + url: '#docker-get-service-containers-by-app-name' structuredData: headings: - content: Docker get Containers @@ -30,7 +36,11 @@ _openapi: id: docker-get-containers-by-app-name-match - content: Docker get Containers By App Label id: docker-get-containers-by-app-label + - content: Docker get Stack Containers By App Name + id: docker-get-stack-containers-by-app-name + - content: Docker get Service Containers By App Name + id: docker-get-service-containers-by-app-name contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-domain.mdx b/apps/docs/content/docs/api/generated/reference-domain.mdx index 9fd844e..859008d 100644 --- a/apps/docs/content/docs/api/generated/reference-domain.mdx +++ b/apps/docs/content/docs/api/generated/reference-domain.mdx @@ -15,6 +15,9 @@ _openapi: - depth: 2 title: Domain generate Domain url: '#domain-generate-domain' + - depth: 2 + title: Domain can Generate Traefik Me Domains + url: '#domain-can-generate-traefik-me-domains' - depth: 2 title: Domain update url: '#domain-update' @@ -24,6 +27,9 @@ _openapi: - depth: 2 title: Domain delete url: '#domain-delete' + - depth: 2 + title: Domain validate Domain + url: '#domain-validate-domain' structuredData: headings: - content: Domain create @@ -34,13 +40,17 @@ _openapi: id: domain-by-compose-id - content: Domain generate Domain id: domain-generate-domain + - content: Domain can Generate Traefik Me Domains + id: domain-can-generate-traefik-me-domains - content: Domain update id: domain-update - content: Domain one id: domain-one - content: Domain delete id: domain-delete + - content: Domain validate Domain + id: domain-validate-domain contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-environment.mdx b/apps/docs/content/docs/api/generated/reference-environment.mdx new file mode 100644 index 0000000..608b3ab --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-environment.mdx @@ -0,0 +1,41 @@ +--- +title: Environment +full: true +_openapi: + toc: + - depth: 2 + title: Environment create + url: '#environment-create' + - depth: 2 + title: Environment one + url: '#environment-one' + - depth: 2 + title: Environment by Project Id + url: '#environment-by-project-id' + - depth: 2 + title: Environment remove + url: '#environment-remove' + - depth: 2 + title: Environment update + url: '#environment-update' + - depth: 2 + title: Environment duplicate + url: '#environment-duplicate' + structuredData: + headings: + - content: Environment create + id: environment-create + - content: Environment one + id: environment-one + - content: Environment by Project Id + id: environment-by-project-id + - content: Environment remove + id: environment-remove + - content: Environment update + id: environment-update + - content: Environment duplicate + id: environment-duplicate + contents: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-gitProvider.mdx b/apps/docs/content/docs/api/generated/reference-gitProvider.mdx index 5e0266c..9552fbc 100644 --- a/apps/docs/content/docs/api/generated/reference-gitProvider.mdx +++ b/apps/docs/content/docs/api/generated/reference-gitProvider.mdx @@ -18,4 +18,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-gitea.mdx b/apps/docs/content/docs/api/generated/reference-gitea.mdx new file mode 100644 index 0000000..780806b --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-gitea.mdx @@ -0,0 +1,51 @@ +--- +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: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-github.mdx b/apps/docs/content/docs/api/generated/reference-github.mdx index 850f594..85eb62c 100644 --- a/apps/docs/content/docs/api/generated/reference-github.mdx +++ b/apps/docs/content/docs/api/generated/reference-github.mdx @@ -38,4 +38,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-gitlab.mdx b/apps/docs/content/docs/api/generated/reference-gitlab.mdx index 4aac6a1..9ba9247 100644 --- a/apps/docs/content/docs/api/generated/reference-gitlab.mdx +++ b/apps/docs/content/docs/api/generated/reference-gitlab.mdx @@ -43,4 +43,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-mariadb.mdx b/apps/docs/content/docs/api/generated/reference-mariadb.mdx index f656f00..8b69d62 100644 --- a/apps/docs/content/docs/api/generated/reference-mariadb.mdx +++ b/apps/docs/content/docs/api/generated/reference-mariadb.mdx @@ -36,6 +36,12 @@ _openapi: - depth: 2 title: Mariadb update url: '#mariadb-update' + - depth: 2 + title: Mariadb move + url: '#mariadb-move' + - depth: 2 + title: Mariadb rebuild + url: '#mariadb-rebuild' structuredData: headings: - content: Mariadb create @@ -60,7 +66,11 @@ _openapi: id: mariadb-reload - content: Mariadb update id: mariadb-update + - content: Mariadb move + id: mariadb-move + - content: Mariadb rebuild + id: mariadb-rebuild contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-mongo.mdx b/apps/docs/content/docs/api/generated/reference-mongo.mdx index 418362e..bf1264f 100644 --- a/apps/docs/content/docs/api/generated/reference-mongo.mdx +++ b/apps/docs/content/docs/api/generated/reference-mongo.mdx @@ -36,6 +36,12 @@ _openapi: - depth: 2 title: Mongo update url: '#mongo-update' + - depth: 2 + title: Mongo move + url: '#mongo-move' + - depth: 2 + title: Mongo rebuild + url: '#mongo-rebuild' structuredData: headings: - content: Mongo create @@ -60,7 +66,11 @@ _openapi: id: mongo-save-environment - content: Mongo update id: mongo-update + - content: Mongo move + id: mongo-move + - content: Mongo rebuild + id: mongo-rebuild contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-mounts.mdx b/apps/docs/content/docs/api/generated/reference-mounts.mdx index f014d77..1cee9b6 100644 --- a/apps/docs/content/docs/api/generated/reference-mounts.mdx +++ b/apps/docs/content/docs/api/generated/reference-mounts.mdx @@ -15,6 +15,9 @@ _openapi: - 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 @@ -25,7 +28,9 @@ _openapi: id: mounts-one - content: Mounts update id: mounts-update + - content: Mounts all Named By Application Id + id: mounts-all-named-by-application-id contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-mysql.mdx b/apps/docs/content/docs/api/generated/reference-mysql.mdx index 8a0df9e..32259d3 100644 --- a/apps/docs/content/docs/api/generated/reference-mysql.mdx +++ b/apps/docs/content/docs/api/generated/reference-mysql.mdx @@ -36,6 +36,12 @@ _openapi: - depth: 2 title: Mysql update url: '#mysql-update' + - depth: 2 + title: Mysql move + url: '#mysql-move' + - depth: 2 + title: Mysql rebuild + url: '#mysql-rebuild' structuredData: headings: - content: Mysql create @@ -60,7 +66,11 @@ _openapi: id: mysql-save-environment - content: Mysql update id: mysql-update + - content: Mysql move + id: mysql-move + - content: Mysql rebuild + id: mysql-rebuild contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-notification.mdx b/apps/docs/content/docs/api/generated/reference-notification.mdx index ef65dad..d199fb8 100644 --- a/apps/docs/content/docs/api/generated/reference-notification.mdx +++ b/apps/docs/content/docs/api/generated/reference-notification.mdx @@ -48,6 +48,39 @@ _openapi: - depth: 2 title: Notification all url: '#notification-all' + - depth: 2 + title: Notification receive Notification + url: '#notification-receive-notification' + - depth: 2 + title: Notification create Gotify + url: '#notification-create-gotify' + - depth: 2 + title: Notification update Gotify + url: '#notification-update-gotify' + - depth: 2 + title: Notification test Gotify Connection + url: '#notification-test-gotify-connection' + - depth: 2 + title: Notification create Ntfy + url: '#notification-create-ntfy' + - depth: 2 + title: Notification update Ntfy + url: '#notification-update-ntfy' + - depth: 2 + title: Notification test Ntfy Connection + url: '#notification-test-ntfy-connection' + - depth: 2 + title: Notification create Lark + url: '#notification-create-lark' + - depth: 2 + title: Notification update Lark + url: '#notification-update-lark' + - depth: 2 + title: Notification test Lark Connection + url: '#notification-test-lark-connection' + - depth: 2 + title: Notification get Email Providers + url: '#notification-get-email-providers' structuredData: headings: - content: Notification create Slack @@ -80,7 +113,29 @@ _openapi: id: notification-one - content: Notification all id: notification-all + - content: Notification receive Notification + id: notification-receive-notification + - content: Notification create Gotify + id: notification-create-gotify + - content: Notification update Gotify + id: notification-update-gotify + - content: Notification test Gotify Connection + id: notification-test-gotify-connection + - content: Notification create Ntfy + id: notification-create-ntfy + - content: Notification update Ntfy + id: notification-update-ntfy + - content: Notification test Ntfy Connection + id: notification-test-ntfy-connection + - content: Notification create Lark + id: notification-create-lark + - content: Notification update Lark + id: notification-update-lark + - content: Notification test Lark Connection + id: notification-test-lark-connection + - content: Notification get Email Providers + id: notification-get-email-providers contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-organization.mdx b/apps/docs/content/docs/api/generated/reference-organization.mdx new file mode 100644 index 0000000..b856179 --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-organization.mdx @@ -0,0 +1,51 @@ +--- +title: Organization +full: true +_openapi: + toc: + - depth: 2 + title: Organization create + url: '#organization-create' + - depth: 2 + title: Organization all + url: '#organization-all' + - depth: 2 + title: Organization one + url: '#organization-one' + - depth: 2 + title: Organization update + url: '#organization-update' + - depth: 2 + title: Organization delete + url: '#organization-delete' + - depth: 2 + title: Organization all Invitations + url: '#organization-all-invitations' + - depth: 2 + title: Organization remove Invitation + url: '#organization-remove-invitation' + - depth: 2 + title: Organization set Default + url: '#organization-set-default' + structuredData: + headings: + - content: Organization create + id: organization-create + - content: Organization all + id: organization-all + - content: Organization one + id: organization-one + - content: Organization update + id: organization-update + - content: Organization delete + id: organization-delete + - content: Organization all Invitations + id: organization-all-invitations + - content: Organization remove Invitation + id: organization-remove-invitation + - content: Organization set Default + id: organization-set-default + contents: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-port.mdx b/apps/docs/content/docs/api/generated/reference-port.mdx index cf6f2e0..6cfcd65 100644 --- a/apps/docs/content/docs/api/generated/reference-port.mdx +++ b/apps/docs/content/docs/api/generated/reference-port.mdx @@ -28,4 +28,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-postgres.mdx b/apps/docs/content/docs/api/generated/reference-postgres.mdx index c1e6e1c..8626bf2 100644 --- a/apps/docs/content/docs/api/generated/reference-postgres.mdx +++ b/apps/docs/content/docs/api/generated/reference-postgres.mdx @@ -36,6 +36,12 @@ _openapi: - depth: 2 title: Postgres update url: '#postgres-update' + - depth: 2 + title: Postgres move + url: '#postgres-move' + - depth: 2 + title: Postgres rebuild + url: '#postgres-rebuild' structuredData: headings: - content: Postgres create @@ -60,7 +66,11 @@ _openapi: id: postgres-reload - content: Postgres update id: postgres-update + - content: Postgres move + id: postgres-move + - content: Postgres rebuild + id: postgres-rebuild contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-previewDeployment.mdx b/apps/docs/content/docs/api/generated/reference-previewDeployment.mdx new file mode 100644 index 0000000..bbb7db8 --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-previewDeployment.mdx @@ -0,0 +1,26 @@ +--- +title: Preview Deployment +full: true +_openapi: + toc: + - depth: 2 + title: Preview Deployment all + url: '#preview-deployment-all' + - depth: 2 + title: Preview Deployment delete + url: '#preview-deployment-delete' + - depth: 2 + title: Preview Deployment one + url: '#preview-deployment-one' + structuredData: + headings: + - content: Preview Deployment all + id: preview-deployment-all + - content: Preview Deployment delete + id: preview-deployment-delete + - content: Preview Deployment one + id: preview-deployment-one + contents: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-project.mdx b/apps/docs/content/docs/api/generated/reference-project.mdx index afde77f..26477d9 100644 --- a/apps/docs/content/docs/api/generated/reference-project.mdx +++ b/apps/docs/content/docs/api/generated/reference-project.mdx @@ -18,6 +18,9 @@ _openapi: - depth: 2 title: Project update url: '#project-update' + - depth: 2 + title: Project duplicate + url: '#project-duplicate' structuredData: headings: - content: Project create @@ -30,7 +33,9 @@ _openapi: id: project-remove - content: Project update id: project-update + - content: Project duplicate + id: project-duplicate contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-redirects.mdx b/apps/docs/content/docs/api/generated/reference-redirects.mdx index fac4dad..da160ff 100644 --- a/apps/docs/content/docs/api/generated/reference-redirects.mdx +++ b/apps/docs/content/docs/api/generated/reference-redirects.mdx @@ -28,4 +28,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-redis.mdx b/apps/docs/content/docs/api/generated/reference-redis.mdx index 1ad55a5..47de3a2 100644 --- a/apps/docs/content/docs/api/generated/reference-redis.mdx +++ b/apps/docs/content/docs/api/generated/reference-redis.mdx @@ -36,6 +36,12 @@ _openapi: - depth: 2 title: Redis update url: '#redis-update' + - depth: 2 + title: Redis move + url: '#redis-move' + - depth: 2 + title: Redis rebuild + url: '#redis-rebuild' structuredData: headings: - content: Redis create @@ -60,7 +66,11 @@ _openapi: id: redis-save-environment - content: Redis update id: redis-update + - content: Redis move + id: redis-move + - content: Redis rebuild + id: redis-rebuild contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-registry.mdx b/apps/docs/content/docs/api/generated/reference-registry.mdx index 1b15d67..8947c8b 100644 --- a/apps/docs/content/docs/api/generated/reference-registry.mdx +++ b/apps/docs/content/docs/api/generated/reference-registry.mdx @@ -38,4 +38,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-rollback.mdx b/apps/docs/content/docs/api/generated/reference-rollback.mdx new file mode 100644 index 0000000..aa167d2 --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-rollback.mdx @@ -0,0 +1,21 @@ +--- +title: Rollback +full: true +_openapi: + toc: + - depth: 2 + title: Rollback delete + url: '#rollback-delete' + - depth: 2 + title: Rollback rollback + url: '#rollback-rollback' + structuredData: + headings: + - content: Rollback delete + id: rollback-delete + - content: Rollback rollback + id: rollback-rollback + contents: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-schedule.mdx b/apps/docs/content/docs/api/generated/reference-schedule.mdx new file mode 100644 index 0000000..a7c8f2b --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-schedule.mdx @@ -0,0 +1,41 @@ +--- +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: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-security.mdx b/apps/docs/content/docs/api/generated/reference-security.mdx index 9ddf724..5ee4a3c 100644 --- a/apps/docs/content/docs/api/generated/reference-security.mdx +++ b/apps/docs/content/docs/api/generated/reference-security.mdx @@ -28,4 +28,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-server.mdx b/apps/docs/content/docs/api/generated/reference-server.mdx index 7914637..76ccf94 100644 --- a/apps/docs/content/docs/api/generated/reference-server.mdx +++ b/apps/docs/content/docs/api/generated/reference-server.mdx @@ -9,38 +9,83 @@ _openapi: - depth: 2 title: Server one url: '#server-one' + - depth: 2 + title: Server get Default Command + url: '#server-get-default-command' - depth: 2 title: Server all url: '#server-all' + - depth: 2 + title: Server count + url: '#server-count' - depth: 2 title: Server with S S H Key url: '#server-with-s-s-h-key' + - depth: 2 + title: Server build Servers + url: '#server-build-servers' - depth: 2 title: Server setup url: '#server-setup' + - depth: 2 + title: Server validate + url: '#server-validate' + - depth: 2 + title: Server security + url: '#server-security' + - depth: 2 + title: Server setup Monitoring + url: '#server-setup-monitoring' - depth: 2 title: Server remove url: '#server-remove' - depth: 2 title: Server update url: '#server-update' + - depth: 2 + title: Server public Ip + url: '#server-public-ip' + - depth: 2 + title: Server get Server Time + url: '#server-get-server-time' + - depth: 2 + title: Server get Server Metrics + url: '#server-get-server-metrics' structuredData: headings: - content: Server create id: server-create - content: Server one id: server-one + - content: Server get Default Command + id: server-get-default-command - content: Server all id: server-all + - content: Server count + id: server-count - content: Server with S S H Key id: server-with-s-s-h-key + - content: Server build Servers + id: server-build-servers - content: Server setup id: server-setup + - content: Server validate + id: server-validate + - content: Server security + id: server-security + - content: Server setup Monitoring + id: server-setup-monitoring - content: Server remove id: server-remove - content: Server update id: server-update + - content: Server public Ip + id: server-public-ip + - content: Server get Server Time + id: server-get-server-time + - content: Server get Server Metrics + id: server-get-server-metrics contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-settings.mdx b/apps/docs/content/docs/api/generated/reference-settings.mdx index b66f4b4..09d4249 100644 --- a/apps/docs/content/docs/api/generated/reference-settings.mdx +++ b/apps/docs/content/docs/api/generated/reference-settings.mdx @@ -6,6 +6,12 @@ _openapi: - depth: 2 title: Settings reload Server url: '#settings-reload-server' + - depth: 2 + title: Settings clean Redis + url: '#settings-clean-redis' + - depth: 2 + title: Settings reload Redis + url: '#settings-reload-redis' - depth: 2 title: Settings reload Traefik url: '#settings-reload-traefik' @@ -64,14 +70,17 @@ _openapi: title: Settings update Middleware Traefik Config url: '#settings-update-middleware-traefik-config' - depth: 2 - title: Settings check And Update Image - url: '#settings-check-and-update-image' + title: Settings get Update Data + url: '#settings-get-update-data' - depth: 2 title: Settings update Server url: '#settings-update-server' - depth: 2 title: Settings get Dokploy Version url: '#settings-get-dokploy-version' + - depth: 2 + title: Settings get Release Tag + url: '#settings-get-release-tag' - depth: 2 title: Settings read Directories url: '#settings-read-directories' @@ -96,15 +105,6 @@ _openapi: - depth: 2 title: Settings have Traefik Dashboard Port Enabled url: '#settings-have-traefik-dashboard-port-enabled' - - depth: 2 - title: Settings read Stats - url: '#settings-read-stats' - - depth: 2 - title: Settings get Log Rotate Status - url: '#settings-get-log-rotate-status' - - depth: 2 - title: Settings toggle Log Rotate - url: '#settings-toggle-log-rotate' - depth: 2 title: Settings have Activate Requests url: '#settings-have-activate-requests' @@ -114,13 +114,41 @@ _openapi: - depth: 2 title: Settings is Cloud url: '#settings-is-cloud' + - depth: 2 + title: Settings is User Subscribed + url: '#settings-is-user-subscribed' - depth: 2 title: Settings health url: '#settings-health' + - depth: 2 + title: Settings setup G P U + url: '#settings-setup-g-p-u' + - depth: 2 + title: Settings check G P U Status + url: '#settings-check-g-p-u-status' + - depth: 2 + title: Settings update Traefik Ports + url: '#settings-update-traefik-ports' + - depth: 2 + title: Settings get Traefik Ports + url: '#settings-get-traefik-ports' + - depth: 2 + title: Settings update Log Cleanup + url: '#settings-update-log-cleanup' + - depth: 2 + title: Settings get Log Cleanup Status + url: '#settings-get-log-cleanup-status' + - depth: 2 + title: Settings get Dokploy Cloud Ips + url: '#settings-get-dokploy-cloud-ips' structuredData: headings: - content: Settings reload Server id: settings-reload-server + - content: Settings clean Redis + id: settings-clean-redis + - content: Settings reload Redis + id: settings-reload-redis - content: Settings reload Traefik id: settings-reload-traefik - content: Settings toggle Dashboard @@ -159,12 +187,14 @@ _openapi: id: settings-read-middleware-traefik-config - content: Settings update Middleware Traefik Config id: settings-update-middleware-traefik-config - - content: Settings check And Update Image - id: settings-check-and-update-image + - content: Settings get Update Data + id: settings-get-update-data - content: Settings update Server id: settings-update-server - content: Settings get Dokploy Version id: settings-get-dokploy-version + - content: Settings get Release Tag + id: settings-get-release-tag - content: Settings read Directories id: settings-read-directories - content: Settings update Traefik File @@ -181,21 +211,31 @@ _openapi: id: settings-write-traefik-env - content: Settings have Traefik Dashboard Port Enabled id: settings-have-traefik-dashboard-port-enabled - - content: Settings read Stats - id: settings-read-stats - - content: Settings get Log Rotate Status - id: settings-get-log-rotate-status - - content: Settings toggle Log Rotate - id: settings-toggle-log-rotate - content: Settings have Activate Requests id: settings-have-activate-requests - content: Settings toggle Requests id: settings-toggle-requests - content: Settings is Cloud id: settings-is-cloud + - content: Settings is User Subscribed + id: settings-is-user-subscribed - content: Settings health id: settings-health + - content: Settings setup G P U + id: settings-setup-g-p-u + - content: Settings check G P U Status + id: settings-check-g-p-u-status + - content: Settings update Traefik Ports + id: settings-update-traefik-ports + - content: Settings get Traefik Ports + id: settings-get-traefik-ports + - content: Settings update Log Cleanup + id: settings-update-log-cleanup + - content: Settings get Log Cleanup Status + id: settings-get-log-cleanup-status + - content: Settings get Dokploy Cloud Ips + id: settings-get-dokploy-cloud-ips contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-sshKey.mdx b/apps/docs/content/docs/api/generated/reference-sshKey.mdx index c8a8bde..892f4a6 100644 --- a/apps/docs/content/docs/api/generated/reference-sshKey.mdx +++ b/apps/docs/content/docs/api/generated/reference-sshKey.mdx @@ -38,4 +38,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-stripe.mdx b/apps/docs/content/docs/api/generated/reference-stripe.mdx index e530c0a..652d2e6 100644 --- a/apps/docs/content/docs/api/generated/reference-stripe.mdx +++ b/apps/docs/content/docs/api/generated/reference-stripe.mdx @@ -28,4 +28,4 @@ _openapi: contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-swarm.mdx b/apps/docs/content/docs/api/generated/reference-swarm.mdx new file mode 100644 index 0000000..b58485f --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-swarm.mdx @@ -0,0 +1,26 @@ +--- +title: Swarm +full: true +_openapi: + toc: + - depth: 2 + title: Swarm get Nodes + url: '#swarm-get-nodes' + - depth: 2 + title: Swarm get Node Info + url: '#swarm-get-node-info' + - depth: 2 + title: Swarm get Node Apps + url: '#swarm-get-node-apps' + structuredData: + headings: + - content: Swarm get Nodes + id: swarm-get-nodes + - content: Swarm get Node Info + id: swarm-get-node-info + - content: Swarm get Node Apps + id: swarm-get-node-apps + contents: [] +--- + + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-user.mdx b/apps/docs/content/docs/api/generated/reference-user.mdx index 2984521..bca7975 100644 --- a/apps/docs/content/docs/api/generated/reference-user.mdx +++ b/apps/docs/content/docs/api/generated/reference-user.mdx @@ -7,20 +7,95 @@ _openapi: title: User all url: '#user-all' - depth: 2 - title: User by Auth Id - url: '#user-by-auth-id' + title: User one + url: '#user-one' - depth: 2 - title: User by User Id - url: '#user-by-user-id' + title: User get + url: '#user-get' + - depth: 2 + title: User have Root Access + url: '#user-have-root-access' + - depth: 2 + title: User get Backups + url: '#user-get-backups' + - depth: 2 + title: User get Server Metrics + url: '#user-get-server-metrics' + - depth: 2 + title: User update + url: '#user-update' + - depth: 2 + title: User get User By Token + url: '#user-get-user-by-token' + - depth: 2 + title: User get Metrics Token + url: '#user-get-metrics-token' + - depth: 2 + title: User remove + url: '#user-remove' + - depth: 2 + title: User assign Permissions + url: '#user-assign-permissions' + - depth: 2 + title: User get Invitations + url: '#user-get-invitations' + - depth: 2 + title: User get Container Metrics + url: '#user-get-container-metrics' + - depth: 2 + title: User generate Token + url: '#user-generate-token' + - depth: 2 + title: User delete Api Key + url: '#user-delete-api-key' + - depth: 2 + title: User create Api Key + url: '#user-create-api-key' + - depth: 2 + title: User check User Organizations + url: '#user-check-user-organizations' + - depth: 2 + title: User send Invitation + url: '#user-send-invitation' structuredData: headings: - content: User all id: user-all - - content: User by Auth Id - id: user-by-auth-id - - content: User by User Id - id: user-by-user-id + - content: User one + id: user-one + - content: User get + id: user-get + - content: User have Root Access + id: user-have-root-access + - content: User get Backups + id: user-get-backups + - content: User get Server Metrics + id: user-get-server-metrics + - content: User update + id: user-update + - content: User get User By Token + id: user-get-user-by-token + - content: User get Metrics Token + id: user-get-metrics-token + - content: User remove + id: user-remove + - content: User assign Permissions + id: user-assign-permissions + - content: User get Invitations + id: user-get-invitations + - content: User get Container Metrics + id: user-get-container-metrics + - content: User generate Token + id: user-generate-token + - content: User delete Api Key + id: user-delete-api-key + - content: User create Api Key + id: user-create-api-key + - content: User check User Organizations + id: user-check-user-organizations + - content: User send Invitation + id: user-send-invitation contents: [] --- - \ No newline at end of file + \ No newline at end of file diff --git a/apps/docs/content/docs/api/generated/reference-volumeBackups.mdx b/apps/docs/content/docs/api/generated/reference-volumeBackups.mdx new file mode 100644 index 0000000..c8e3e66 --- /dev/null +++ b/apps/docs/content/docs/api/generated/reference-volumeBackups.mdx @@ -0,0 +1,41 @@ +--- +title: Volume Backups +full: true +_openapi: + toc: + - depth: 2 + title: Volume Backups list + url: '#volume-backups-list' + - depth: 2 + title: Volume Backups create + url: '#volume-backups-create' + - depth: 2 + title: Volume Backups one + url: '#volume-backups-one' + - depth: 2 + title: Volume Backups delete + url: '#volume-backups-delete' + - depth: 2 + title: Volume Backups update + url: '#volume-backups-update' + - depth: 2 + title: Volume Backups run Manually + url: '#volume-backups-run-manually' + structuredData: + headings: + - content: Volume Backups list + id: volume-backups-list + - content: Volume Backups create + id: volume-backups-create + - content: Volume Backups one + id: volume-backups-one + - content: Volume Backups delete + id: volume-backups-delete + - content: Volume Backups update + id: volume-backups-update + - content: Volume Backups run Manually + id: volume-backups-run-manually + contents: [] +--- + + \ No newline at end of file diff --git a/apps/docs/generate-docs.mjs b/apps/docs/generate-docs.mjs index fc6f488..4505bd0 100644 --- a/apps/docs/generate-docs.mjs +++ b/apps/docs/generate-docs.mjs @@ -2,7 +2,7 @@ import { generateFiles } from "fumadocs-openapi"; try { void generateFiles({ - input: ["./api.json"], + input: ["../../public/openapi.json"], output: "./content/docs/api/generated", per: "tag", name: (tag, name) => { @@ -10,6 +10,7 @@ try { return `reference-${name}`; }, }); + console.log("Done"); } catch (error) { console.error(error); }