chore: update OpenAPI documentation paths and add openapi.json file

- Copied openapi.json to the docs public folder for easier access.
- Updated paths in generated documentation files to reference the new location of openapi.json.
- Ensured all references to openapi.json are consistent across documentation files.
This commit is contained in:
Mauricio Siu
2025-11-30 01:12:13 -06:00
parent 09053b66fd
commit 6dbf34e2fe
43 changed files with 21600 additions and 41 deletions

View File

@@ -2,7 +2,7 @@ import { generateFiles } from "fumadocs-openapi";
try {
void generateFiles({
input: ["../../public/openapi.json"],
input: ["./public/openapi.json"],
output: "./content/docs/api/generated",
per: "tag",
name: (tag, name) => {