docs: stage Factories launch phases - #786
Draft
rachaelrenk wants to merge 2 commits into
Draft
rachaelrenk wants to merge 2 commits into
rachaelrenk wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
rachaelrenk
force-pushed
the
rrenk/factories-launch-phases-2-4
branch
from
September 23, 2026 13:53
49e157b to
0a94f17
Compare
This branch was successfully deployed
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.
Summary
Promotes Warp Factories to the first product tab, makes the root product overview the Factory-tab destination, and gives Warp Terminal its own overview page.
Changes
/the Factory-tab destination and adds Warp products as the first entry in Factories Overview./terminal/as the Terminal overview and restructures Terminal navigation into Overview followed by Get started.Content design plan
Audience and JTBD: A developer choosing where to start in the docs who needs the product tabs to match Warp’s GA product hierarchy.
Problem: The Terminal tab currently owns the root product overview, while Warp Factories remains visually secondary despite becoming the primary GA entry point.
Goals: Put Factories first, keep Warp products discoverable at
/, and give Terminal a clear product overview plus a separate onboarding path.Content type: Conceptual navigation and overview update.
High-impact scenarios: Covers a new visitor entering the Factory tab, a Terminal user finding terminal documentation, and a cloud-agent user retaining the Automation Platform path. Excludes Phase 3 web-app migration copy and Phase 4 naming cleanup until their product decisions ship.
Staging and handoff
Current base -
rrenk/grow-6127-factories-ga(Phase 1 / PR docs: restructure factories documentation #748).Current PR role - A stacked draft. Phase 2 is implemented; Phase 3 and Phase 4 work can be added as their prerequisites resolve.
When Phase 1 merges - Keep
rrenk/grow-6127-factories-gauntil this rebase completes. Rebase the launch branch so only Phase 2–4 commits replay ontoorigin/main:Then change this draft PR's base branch to
main. If the parent branch has already been deleted, replacerrenk/grow-6127-factories-gain the command with the final Phase 1 commit SHA from PR docs: restructure factories documentation #748.Before Phase 1 merges - Rebase this branch onto the updated Phase 1 branch whenever it receives meaningful changes.
Workspace -
/Users/rachaelrenk/Documents/Warp/docs-factories-launch-phases-2-4.Validation
git diff --check- passed.python3 .agents/skills/check_for_broken_links/check_links.py --internal-only- passed with 0 broken links across 4,268 internal links.npm run build- passed after installing lockfile-pinned dependencies in the isolated worktree.Unverified claims
None — this change reorganizes existing documentation and navigation without adding product behavior claims.
Documentation risk
Risk: engineering-review-required
Rationale: Changes published navigation order and the root and Terminal documentation entry points.
Source files consulted: GROW-6142,
src/sidebar.ts,src/content/docs/index.mdx,src/content/docs/factories/index.mdx, and existing Terminal documentation pages.Requested engineering reviewers: none
Engineering review status: pending
Docs override: none
Co-Authored-By: Warp agent@warp.dev