Add "Get Started with Ref Plans" doc page#10
Merged
MatthewDailey merged 4 commits intomainfrom Apr 10, 2026
Merged
Conversation
- Create plans/getting-started/get-started.mdx with full walkthrough - Uses Mintlify Steps, Cards, Frames, Note, Tip components - Includes placeholder screenshot references for later - Add page to docs.json navigation under Plans > Getting Started Co-Authored-By: Matt Dailey <matt@ref.tools>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Adds a new end-to-end walkthrough doc page at
plans/getting-started/get-started.mdxthat guides users from signup through launching agents and receiving PRs. Content is based on the approved draft in the plan document.The page uses Mintlify
<Steps>/<Step>components for the 6-step walkthrough,<Note>and<Tip>for callouts,<Frame>/<img>for screenshot placeholders, and<CardGroup>/<Card>for the "What's next?" section — all matching existing repo conventions.Screenshot images are intentionally not included — the
<Frame>tags reference 9 placeholder paths under/images/plans/that will need to be added in a follow-up.Navigation is updated in
docs.jsonto place the page in Plans > Getting Started, between "Intro" and "Quick Start".Review & Testing Checklist for Human
quick-start.mdx(sign up → connect repos → research → launch agents) but in more depth. Verify the two pages complement each other rather than confuse navigation. Consider whether ordering (intro → get-started → quick-start) makes sense or should be adjusted./plans/install/index,/plans/workflows/multi-agent,/plans/integrations/overview, and/plans/getting-started/best-practicesall resolve correctly.mintlify devlocally or check the preview deployment to confirm nested components (Frame inside Step, Tip inside Step) render correctly and the page looks right with placeholder images missing.Notes
mFLEpgmOvPjYN9gMfor the full list.Link to Devin session: https://app.devin.ai/sessions/ff6880fd9c794efc93ef3e4051143ebb
Requested by: @MatthewDailey