This commit is contained in:
Bereket Engida
2024-11-21 22:54:01 +03:00
parent 3d8d560420
commit 8c0e2fcada
6 changed files with 522 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
import { generateFiles } from 'fumadocs-openapi';
void generateFiles({
input: ['./open-api.yaml'], // the OpenAPI schemas
output: './content/docs/api',
});