docs: note openapi/openapi.yaml is the bundle source (triggers Mintlify redeploy)#490
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Greptile SummaryThis PR adds a single YAML comment to
Confidence Score: 5/5Safe to merge — the only change is a single comment line added to the OpenAPI source file with no effect on the API spec itself. The entire change is one comment line clarifying the build pipeline. No API definitions, types, paths, or schemas are touched. There is nothing here that could introduce a regression. No files require special attention.
|
| Filename | Overview |
|---|---|
| openapi/openapi.yaml | Adds a single comment line noting that this file is the bundle source for npm run build:openapi, which also triggers a Mintlify redeploy. No functional changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["openapi/openapi.yaml\n(bundle source)"] -->|"npm run build:openapi"| B["openapi/openapi.yaml\n(built output)"]
A -->|"npm run build:openapi"| C["mintlify/openapi.yaml\n(Mintlify input)"]
C -->|"push triggers"| D["Mintlify Redeploy"]
Reviews (1): Last reviewed commit: "docs: note openapi/openapi.yaml is the b..." | Re-trigger Greptile
Merge activity
|

No description provided.