Default the playground sidebar to expanded#635
Merged
Conversation
The playground (global-accounts/demo) collapsed the docs sidebar by default, which made it easy to miss that the full documentation is a click away. Default it to expanded like every other page (it follows the saved preference), so the nav is visible up front; the rail is still there to collapse for more room. Drops the now-unused demo-path special case from the JS and the pre-paint script. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
DhruvPareek
approved these changes
Jul 1, 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.
Summary
The Global Accounts playground opened with the docs sidebar collapsed by default, which made it easy to miss that the full documentation is one click away. This defaults the playground sidebar to expanded — the same as every other page (it just follows the saved preference) — so the nav is visible up front. The collapse rail is still there for anyone who wants more room for the 3‑column playground.
Removes the now-unused demo-path special case (
isDemo/DEMO_PATHS) fromsidebar-toggle.jsand the demo branch of the pre-paint script indocs.json.Context
Follow-up to the collapsible-sidebar work (#607). Feedback was that the collapsed rail made it unclear the docs were still available, so we're hedging toward visibility by defaulting to expanded.
Test plan
/global-accounts/demo(with nols-nav-collapsedin localStorage): sidebar is expanded.Made with Cursor