diff --git a/src/lib/reference.ts b/src/lib/reference.ts index 5bfc2ec7..81193799 100644 --- a/src/lib/reference.ts +++ b/src/lib/reference.ts @@ -37,7 +37,7 @@ export const reference = ( for (const route of blueprint.routes ?? []) { if (route.isUndocumented) continue - if (!route.path.startsWith('/acs/systems')) { + if (!route.path.startsWith('/acs')) { continue }