docs: restructure B20 sidebar into Overview/Demos/Concepts/References - #1857
Open
rayyan224 wants to merge 3 commits into
Open
docs: restructure B20 sidebar into Overview/Demos/Concepts/References#1857rayyan224 wants to merge 3 commits into
rayyan224 wants to merge 3 commits into
Conversation
Re-scaffolds the B20 nav group under Core Primitives into four buckets (Overview, Get Started/Demos, Concepts, References), revives the orphaned B20 playground demo component, drops the invariants-and-tests page (redirected to errors-and-events), and restores depth to the Beryl changelog's Added list. Co-Authored-By: Claude <noreply@anthropic.com>
Collapse the B20 "Get Started / Demos" subgroup into a single Get Started page. It lists every Tokenize Assets and Issue a Stablecoin guide with a plain-language intent description, linking into the Build on Base section. Remove the Playground page and redirect it to Get Started. Co-Authored-By: Claude <noreply@anthropic.com>
Separate the two user intents: Try B20 (outcome/demo-driven list of guides) and Build with B20 (setup, repository, and implementation scaffold). "Get Started" becomes a group with these two pages. Redirect the old get-started and playground paths to Try B20. Co-Authored-By: Claude <noreply@anthropic.com>
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.
What changed? Why?
Re-scaffolds the B20 nav group under Base Protocol → Core Primitives from a flat 6-item list into four buckets:
b20-token-standard.mdx(retitled in the sidebar viasidebarTitle)B20FlowDemocomponent, plus links to the existingget-started/issue-rwaandget-started/issue-stablecoinsdemo pagesprecompiles.mdxstub, andindex.mdx(now emptied to a stub pending a rewrite, relabeled "B20 Standard")Also:
AGENTS.mdvianode scripts/agents.jssince docs structure changed.This is a sidebar-scaffolding pass —
index.mdxandprecompiles.mdxare intentionally left as stubs pending real content in a follow-up.Notes to reviewers
index.mdx(e.g.#roles-model,#factory,#asset) that currently point at a stub — this is intentional for now and will be resolved when that page's content is rewritten.How has it been tested?
docs.jsonvalidated as parseable JSON./lint.mintlify dev— recommend a preview build to confirm the sidebar renders as expected and the Playground demo is interactive.