mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
chore(build-docs): relocate OpenAPI location
This commit is contained in:
@@ -13,11 +13,11 @@ const DIR_PREFIX = "rest-api"
|
|||||||
const buildInfos: BuildInfo[] = [
|
const buildInfos: BuildInfo[] = [
|
||||||
{
|
{
|
||||||
// Paths are relative to Git root.
|
// Paths are relative to Git root.
|
||||||
specPath: "apps/server/src/assets/api-openapi.yaml",
|
specPath: "apps/server/internal.openapi.yaml",
|
||||||
outDir: `${DIR_PREFIX}/internal`
|
outDir: `${DIR_PREFIX}/internal`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
specPath: "apps/server/src/assets/etapi.openapi.yaml",
|
specPath: "apps/server/etapi.openapi.yaml",
|
||||||
outDir: `${DIR_PREFIX}/etapi`
|
outDir: `${DIR_PREFIX}/etapi`
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user