[docs]: rm director references#2265
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Contributor
There was a problem hiding this comment.
No issues found across 9 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant User as Developer / Reader
participant Readme as README (root & core)
participant V2Quickstart as v2 Quickstart Docs
participant V3Quickstart as v3 Quickstart Docs
participant V2Intro as v2 Introduction
participant V3Intro as v3 Introduction
participant V2Nextjs as v2 Next.js Config
participant V3Nextjs as v3 Next.js Config
participant MCPServer as MCP Server
Note over User,MCPServer: This PR removes all Director references from documentation
Note over V2Quickstart, V3Quickstart: CHANGED: Quickstart flow no longer points to Director first
User->>Readme: Reads project overview
Readme-->>User: Shows Stagehand description only (no Director promo)
User->>V2Quickstart: Reads getting started guide
alt First-time user
V2Quickstart-->>User: NEW: Recommends CLI or MCP server directly
User->>MCPServer: Can try Stagehand via MCP
end
User->>V3Quickstart: Reads getting started guide
alt First-time user
V3Quickstart-->>User: NEW: Recommends CLI or MCP server directly
User->>MCPServer: Can try Stagehand via MCP
end
User->>V2Intro: Views introduction page
V2Intro-->>User: Shows "Build your first automation" & "View Templates" cards only
User->>V3Intro: Views introduction page
V3Intro-->>User: Shows "Build your first automation" & "View Templates" cards only
Note over V2Nextjs, V3Nextjs: CHANGED: Next.js description no longer mentions Director
User->>V2Nextjs: Reads Next.js integration docs
V2Nextjs-->>User: Description lists Brainrot and Open Operator (no Director)
User->>V3Nextjs: Reads Next.js integration docs
V3Nextjs-->>User: Description lists Brainrot and Open Operator (no Director)
pkiv
approved these changes
Jun 19, 2026
pkiv
approved these changes
Jun 19, 2026
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.
why
what changed
Summary by cubic
Removed all stale Director references from READMEs and docs to reduce confusion and keep guidance up to date. Added an Installation card to v2/v3 intros and deleted the unused icon asset.
README.mdandpackages/core/README.md.media/director_icon.svg.Written for commit 3b9007a. Summary will update on new commits.