docs: Make Factory platform entry points explicit - #753
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This PR was generated with Warp. Comment |
|
@warp-agent-staging[bot] I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR adds direct links to the Warp Factories web app from the factory overview and factory dashboard documentation, using the existing canonical variables for the label and URL.
Concerns
- No blocking concerns found.
- Security pass: no security-sensitive code or configuration changes were introduced.
- Spec context: no approved or repository spec context was provided, so no implementation-vs-spec drift was assessed.
- Comment/test audit: the diff adds no comments and no tests.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz



Summary
Adds a direct sign-in path to the Warp Factories web app from the Factory overview and dashboard documentation. The overview places it beside the Early Access request link for returning users, while the dashboard page links the operational surface where readers are told to select and manage a factory.
Changes
src/content/docs/factories/index.mdxwith an explicit entry point for teams that already have access.src/content/docs/factories/factory-dashboard.mdxto link the hosted web app in its opening orientation.VARS.FACTORY_WEB_APPandVARS.FACTORY_WEB_APP_URLso the label and destination stay canonical.Validation
python3 .agents/skills/style_lint/style_lint.py --changed— completed on 2 files with 23 pre-existingunrecognized-termwarnings infactory-dashboard.mdxand no errors.python3 .agents/skills/check_for_broken_links/check_links.py --internal-only— passed; 386 files and 4,137 internal links checked, 0 broken.index.mdxas conceptual content andfactory-dashboard.mdxas feature documentation.npm run build— passed; 385 Markdown docs generated and 387 HTML files indexed.trunk check— unavailable because the Trunk CLI is not installed in this environment.https://platform.warp.dev— resolved to the Warp Factories web app.Unverified claims
None — all UI labels, flags, defaults, and eligibility claims were verified against source.
Documentation risk
Risk: low
Rationale: Adds descriptive links to the existing Warp Factories web app without changing product behavior or technical claims.
Docs override: none
Co-Authored-By: Oz oz-agent@warp.dev