Skip to content

Redirect /quickstart to the start here page - #63

Merged
flybayer merged 1 commit into
mainfrom
devin/1787260001-quickstart-redirect
Aug 20, 2026
Merged

Redirect /quickstart to the start here page#63
flybayer merged 1 commit into
mainfrom
devin/1787260001-quickstart-redirect

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

/quickstart is a conventional docs entry URL people (and links from elsewhere) guess at, but it 404s here. Adds a permanent redirect in docs.json to /start-here.

Link to Devin session: https://app.devin.ai/sessions/00f47316e73d4153a9a063243a0195c3
Requested by: @flybayer

Greptile Summary

Adds a permanent redirect from /quickstart to the existing /start-here documentation page.

  • Uses the repository’s established redirect configuration format.
  • Converts the previously unresolved /quickstart path into a valid entry point.

Confidence Score: 5/5

The PR appears safe to merge with no actionable issues identified.

The redirect uses the established configuration shape, targets an existing page, and introduces no route conflict or redirect loop.

Important Files Changed

Filename Overview
docs.json Adds a schema-consistent, non-conflicting permanent redirect to an existing navigated page.

Reviews (1): Last reviewed commit: "Redirect /quickstart to the start here p..." | Re-trigger Greptile

Co-Authored-By: brandon <brandon@flightcontrol.dev>
@mintlify

mintlify Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Ravion 🟢 Ready View Preview Aug 20, 2026, 9:08 PM

@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

Tested locally on this branch with the Mintlify dev server (pnpm dev, mint 4.2.617).

Result: the redirect works. Visiting http://localhost:3000/quickstart lands on /start-here and the Start here page renders fully.

/quickstart → /start-here renders the Start here page

Control + regression checks
  • Control: an unmapped path (/nonexistent-xyz) still returns the 404 page, so /quickstart working is caused by the new redirect entry, not a catch-all.

404 control

  • Regression: /start-here loads directly (200), and the pre-existing /modules/overview/concepts/modules redirect still works.

Regression: /modules/overview → /concepts/modules

  • pnpm validatesuccess build validation passed; no docs.json validation errors at dev-server boot.

Note: mint dev responds 307 for /quickstart despite "permanent": true — the pre-existing permanent redirects behave identically locally, so this is dev-server behavior; production should emit 308. Couldn't verify the 308 locally.

@flybayer
flybayer merged commit c578d2d into main Aug 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant