codex/website-redesign - #124
Merged
Merged
Conversation
- Updated docs/index.mdx - Created docs/.mdx - Updated docs/docs.json Mintlify-Source: dashboard-editor
- Created docs/risk-check.mdx - Created docs/protect-my-agent.mdx - Updated docs/docs.json Mintlify-Source: dashboard-editor
Mintlify-Source: dashboard-editor
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
arpanghoshal
marked this pull request as ready for review
September 7, 2026 15:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redesigns the existing Mintlify project so
/explains execution safety and/docscontains the complete technical documentation. The homepage now includes an execution-boundary diagram, a lost-refund-response example, a searchable simulation with 48 domains and 238 actions, a small integration example, and a production architecture review path.Adds a six-question risk check and a qualified review form. The frontend stays in Mintlify; the approved Vercel Function sends requests through Resend to
contact@arpanghoshal.com. The API key is a sensitive server-side production variable. The sending domain is verified. The endpoint validates inputs, fixes the recipient, limits requests per instance, and preserves idempotency on uncertain retries. Tests mock all email sends.All 164 original navigated technical pages are preserved, with 163 permanent redirects for migrated URLs. Internal links, canonical URLs, documentation generators, and affected tests use the new paths. Mintlify normalizes index routes itself; explicit index redirects were removed after hosted verification caught self-redirect loops.
Validation: Mintlify build and broken-link checks passed; documentation generators have zero drift; 101 runnable snippets passed; 1,938 affected Python tests and seven form API tests passed. All 44 browser checks passed against the hosted Mintlify preview, including the homepage and documentation landing responses. Native search returns migrated
/docsresults, and the legacy quickstart redirects to its new route. The browser harness covers responsive layouts, scenario transitions, risk scoring, form validation and mocked retry/success, native documentation navigation, and canonical URLs. Conversion hooks contain no contact details and add no analytics vendor.Preview: https://ctrlrun-codex-website-redesign.mintlify.site/
The form API is deployed. Merging this PR publishes the website through the existing Mintlify deployment.