docs: promote Client to top-level, add SDK docs, move CLI to Tools#199
Open
WiktorStarczewski wants to merge 10 commits intomainfrom
Open
docs: promote Client to top-level, add SDK docs, move CLI to Tools#199WiktorStarczewski wants to merge 10 commits intomainfrom
WiktorStarczewski wants to merge 10 commits intomainfrom
Conversation
- Add Client as top-level sidebar category (same level as Tools) - Update deploy-docs.yml to sync client to builder/client/ and move CLI to builder/tools/cli/ - Update cut-versions.yml to match new sync paths - Update tools/index.md to reference CLI instead of client subsection - Sync restructured content from miden-client source repo
…nsport), restore CLI get-started, delete orphaned PNGs
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
Structural changes to the docs site to support the new Client SDK documentation. All content lives in miden-client#1881 and is synced by CI at build time — no external content is committed here.
Merge order: merge miden-client#1881 to
nextfirst, then merge this PR. The deploy workflow pulls content from miden-clientnextbranch.Sidebar restructure
CI/CD updates
docs/builder/client/, CLI moved todocs/builder/tools/cli/Authored changes
sidebars.ts— Added Client category with autogenerated itemsdocs/builder/tools/playground.md— New page linking to playground.miden.iodocs/builder/tools/explorer.md— New page linking to explorer.testnet.miden.iodocs/builder/tools/index.md— Deleted (replaced by individual pages)docs/builder/index.md— Updated link from./toolsto./clientdocusaurus.config.ts— Config updatessrc/custom/— Mermaid diagram styling (branded colors, glassmorphic cards, Manrope font)Accompanying PR