refactor: rename folder v2 and delete old docs

This commit is contained in:
Mauricio Siu
2024-11-09 23:40:18 -06:00
parent 6904d2d663
commit 86020f3af8
390 changed files with 1274 additions and 71353 deletions

View File

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