Skip to content

docs: move net diagnostics integration into the tutorial#79

Merged
okdistribute merged 1 commit into
mainfrom
rae/net-diagnostics-tutorial
Jun 24, 2026
Merged

docs: move net diagnostics integration into the tutorial#79
okdistribute merged 1 commit into
mainfrom
rae/net-diagnostics-tutorial

Conversation

@okdistribute

Copy link
Copy Markdown
Contributor

Follow-up to #78. Moves the net diagnostics integration code into the "Diagnose a connectivity issue" tutorial, where readers are already working, instead of on a separate page a click away.

  • quickstart.mdx (tutorial): the "Integrate into your app" section now carries the actual code — cargo add, the client setup with the capability grant, and registering ClientHost on an existing router (with the note that .accept(CLIENT_HOST_ALPN, ...) must come before .spawn()). The duplicate API-key step is dropped since it is already step 1.
  • usage.mdx (Network Diagnostics): becomes a reference for reading reports and troubleshooting, cross-linking back to the tutorial for the how-to.

No nav or redirect changes.

The integration snippets lived on the standalone Network Diagnostics
page, one click away from the "Diagnose a connectivity issue" tutorial
where readers are actually working. Move the Cargo.toml, client setup,
and existing-router snippets into the tutorial, and leave the usage page
as a reference for reading reports and troubleshooting.
@okdistribute okdistribute merged commit 26fbf58 into main Jun 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant