Gitea Bot ce1bb5f0ba Update swagger-latest.json (#482)
Automated update of static/swagger-latest.json from the gitea main branch, opened by the "update swagger files" scheduled workflow.

Reviewed-on: https://gitea.com/gitea/docs/pulls/482
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: Gitea Bot <[email protected]>
2026-08-03 00:22:43 +00:00
2026-08-02 21:53:31 +00:00
2026-08-02 21:53:31 +00:00
2026-08-03 00:22:43 +00:00
2023-07-28 05:52:35 +00:00
2023-10-03 17:13:46 +00:00

Gitea Docs badge

How to build

make clean
make prepare-docs
make build

Development

make clean
make prepare-docs
make serve

Test en version

pnpm run start

API docs

The swagger definitions rendered under /api-docs live in static/swagger-latest.json (gitea main) and static/swagger-<minor>.json (released versions).

make update-api-docs         # refresh latest + every released version
make update-api-docs-latest  # refresh only static/swagger-latest.json

static/swagger-latest.json is refreshed automatically: the update swagger files workflow runs every 12 hours and opens a pull request whenever gitea main changed. Released versions are updated by hand when a new gitea version is documented.

S
Description
No description provided
Readme Apache-2.0
9.6 MiB
Languages
TypeScript 42.4%
MDX 30.9%
Astro 8.1%
JavaScript 6.4%
Shell 6%
Other 6.2%