mirror of
https://github.com/Dokploy/website.git
synced 2026-07-03 21:15:25 +02:00
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user