docs: refresh authored content to v0.16 (next; no version cut) - #368
Draft
0xrouss-miden wants to merge 6 commits into
Draft
docs: refresh authored content to v0.16 (next; no version cut)#3680xrouss-miden wants to merge 6 commits into
0xrouss-miden wants to merge 6 commits into
Conversation
Update the authored onboarding path, setup instructions, account and note flows, storage examples, first-contract walkthrough, FAQ, and landing-page guidance for the v0.16 APIs and toolchain.
Align the authored smart-contract reference with the v0.16 account, note, transaction, standards, MASM, and Rust SDK surfaces.
Refresh the locally authored Web and React SDK guides, signer and lifecycle patterns, transaction flows, setup guidance, and local-node integration for the v0.16 SDK line.
Bring Midenup, Playground, and the locally maintained tutorial helper pages in line with the v0.16 toolchain and developer workflows.
Update llms.txt and the bundled Miden skill with the current repository split, v0.16 stable guidance, and v0.17 next-version context.
Pin the live Guardian documentation ingest and its generated source links to the tested v0.17.0-rc.1 release.
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
Refreshes the docs-owned content from v0.15 to v0.16 so the authored Rust, TypeScript, React, MASM, and tool examples match the v0.16 API and toolchain line.
This PR prepares the current docs tree for the release. It does not create
versioned_docs/version-0.16, updateversions.json, or cut the stable snapshot; those remain part of a separate release PR.static/llms.txtandstatic/skill.mdintentionally carry the post-release 0.16 stable / 0.17 unstable labels. Merge must therefore be coordinated with the v0.16 snapshot cut to avoid publishing those labels early.Out of scope
Changes
llms.txtandskill.mdfor the repository split and v0.16 release context.v0.17.0-rc.1documentation source.Verification
git diff --check origin/main...HEADNODE_OPTIONS=--max-old-space-size=8192 npm run build/next; remaining anchor warnings belong to historical snapshots or imported reference content.Release gates
v0.16.0tags exist for node, rust-sdk, and web-sdk URLs referenced by these docs.Test plan
/next/renders the v0.16 docs before the cut./serves v0.16 and/next/advances to v0.17 unstable.