Fix dead GitHub links in managed-auth and Browser Use docs - #534
Conversation
- auth/react.mdx: point the reference-integration section at the public managed-auth-react demo app instead of the non-public kernel/managed-auth-hosted-ui repo - integrations/browser-use.mdx: inline the BrowserSessionCustomResize class in a collapsible accordion instead of linking to the non-public create-kernel-app template Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low
Decision: Prior approval stands. Risk did not increase after the post-approval update, so approval is not revoked and is not re-issued.
Re-evaluated the current diff vs
main(+1/-13across two Mintlify pages). This automation previously approved commite8be873. Later commits (d6561a4and the merge ofmain) do not expand scope beyond documentation.What changed
auth/react.mdx: One link replacement —kernel/managed-auth-hosted-ui→kernel/managed-auth-react. Independently verified: the replacement repo exists and is publicly reachable.integrations/browser-use.mdx: Deletes the<Info>note that linked to the non-publiconkernel/create-kernel-apptemplate. Compared with the previously approved revision, this is a deletion of docs copy, not new inlined code.Why Very Low
- Documentation-only surface; no application code, config, workflows, or infrastructure files.
- No production logic, auth/billing/permissions implementation, or shared services.
- No CODEOWNERS file in this repo.
- Blast radius is two docs pages. The replacement GitHub URL resolves publicly.
These
.mdxfiles are product docs, not model instruction/prompt files.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low
Decision: Prior approval stands. Risk did not increase after this update, so approval is not revoked and is not re-issued.
Re-evaluated the GitHub PR diff (+1 / -13 across two Mintlify pages). This automation previously approved commit e8be873. Later commits (d6561a4, merge of main at dd9967f) do not expand scope beyond documentation. No CODEOWNERS file is present.
What changed
auth/react.mdx: One link replacement —kernel/managed-auth-hosted-ui→kernel/managed-auth-react. Independently verified: the replacement repo exists and is publicly reachable.integrations/browser-use.mdx: Deletes the<Info>note that linked to a non-publiconkernel/create-kernel-apptemplate. This is a deletion of docs copy, not new code.
Why Very Low
- Documentation-only surface; no application code, config, workflows, or infrastructure files in the PR diff.
- No production logic, auth/billing/permissions implementation, or shared services.
- Blast radius is two docs pages. The replacement GitHub URL resolves publicly.
- These
.mdxfiles are product docs, not model instruction/prompt files.
Sent by Cursor Automation: Assign PR reviewers


Summary
Two docs links 404 for anyone outside the org (reported via support ticket):
auth/react.mdx: the managed-auth reference-integration link pointed atkernel/managed-auth-hosted-ui, which is internal-visibility. Swapped it for the publickernel/managed-auth-reactrepo (demo app included).integrations/browser-use.mdx: removed the<Info>note about theBrowserSessionCustomResizeclass. It linkedonkernel/create-kernel-app, which moved to thekernelorg and is now private, and no public copy of the file exists — without the link the note tells readers to use a class they can't get. It also only applies to Browser Use< 0.7.9.All other
kernel/*andonkernel/*GitHub links in the docs were checked and resolve — these were the only two broken ones.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only edits with no runtime, API, or security impact.
Overview
Fixes two documentation links that 404 for external readers.
auth/react.mdx— The Reference integration section now points to the publickernel/managed-auth-reactdemo app instead of the internalkernel/managed-auth-hosted-uirepo. The copy is shortened to match the new target (no longer claims it powers Kernel's hosted login page).integrations/browser-use.mdx— Removes the<Info>callout for Browser Use versions< 0.7.9and theBrowserSessionCustomResizeworkaround. That note depended on a GitHub file inonkernel/create-kernel-app, which is no longer publicly available, so the guidance was unusable without the link.Reviewed by Cursor Bugbot for commit dd9967f. Bugbot is set up for automated code reviews on this repo. Configure here.