added copy for client export feature#6300
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8571017. Configure here.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
The sample workflow's wait step previously exited successfully after 60 polls even if the job was still queued/running, then called generate bundle on an incomplete job (HTTP 409 or a broken deploy). Exit 0 only on completed, and fail explicitly on timeout. Co-Authored-By: Claude Opus 4.8 <[email protected]>

Documentation changes
Brief description of what's being updated
Closes
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Low Risk
Documentation-only changes with no runtime or application code impact; reviewers should verify API paths, Helm field names, and example curl URLs match the live Enterprise API.
Overview
Adds Enterprise static export documentation: a new OpenAPI spec (
static-export-openapi.json) and MDX pages for start job, get status, and generate bundle, plus an overview that walks through the async job flow, admin API auth, deployment feature matrix (cloud vs client-hosted vs air-gapped), HelmstaticExportvalues, and a sample GitHub Actions workflow.Navigation in
docs.jsonlinks the overview under Guides → Use cases and adds an API reference Static export group with the three endpoint pages.Reviewed by Cursor Bugbot for commit cc1a770. Bugbot is set up for automated code reviews on this repo. Configure here.