Skip to content

Commit 920739f

Browse files
feat: vendor OpenAPI spec locally and update docs.json
Switch from remote raw.githubusercontent.com URL to a local openapi.yaml so Mintlify always uses the spec committed in this repo. This fixes stale docs that were missing the new analysis endpoints (impact, circular-dependencies, test-coverage-map) because Mintlify was caching the remote URL. The spec should be updated here whenever openapi-spec is updated.
1 parent 78d0958 commit 920739f

File tree

2 files changed

+3826
-1
lines changed

2 files changed

+3826
-1
lines changed

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
{
4040
"tab": "API Reference",
41-
"openapi": "https://raw.githubusercontent.com/supermodeltools/openapi-spec/main/openapi.yaml"
41+
"openapi": "/openapi.yaml"
4242
}
4343
]
4444
},

0 commit comments

Comments
 (0)