Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation to reflect the newer Endpoint::bind(presets::N0) usage and reorganizes/expands transport documentation (including new pages for QUIC, mDNS, Tor, Nym, and Bluetooth), plus updates references from Quinn/iroh-quinn to noq.
Changes:
- Add new transport docs pages (QUIC, mDNS, Tor, Nym, Bluetooth) and introduce a “Transports” navigation group.
- Update multiple docs/examples to use
Endpoint::bind(presets::N0)and adjust related imports. - Update QUIC implementation references from iroh-quinn/Quinn to
noq, including in RPC docs.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
transports/quic.mdx |
Adds a comprehensive QUIC transport page and examples, including custom-transport guidance. |
transports/mdns.mdx |
Adds a dedicated mDNS transport/discovery page with setup instructions. |
transports/tor.mdx |
Adds Tor custom transport documentation and usage example. |
transports/nym.mdx |
Adds Nym mixnet transport documentation, usage example, and performance table. |
transports/bluetooth.mdx |
Adds BLE placeholder page and links to custom transport docs. |
docs.json |
Renames nav groups and adds a new “Transports” group; removes the old local discovery page from nav. |
connecting/local-discovery.mdx |
Deletes the combined “mDNS and Bluetooth” local discovery page. |
connecting/creating-endpoint.mdx |
Updates endpoint creation snippet to Endpoint::bind(presets::N0). |
connecting/dns-discovery.mdx |
Updates DNS discovery example to use presets-based bind. |
connecting/gossip.mdx |
Updates gossip example to use presets-based bind. |
quickstart.mdx |
Updates quickstart code snippets to use presets-based bind. |
protocols/writing-a-protocol.mdx |
Updates endpoint bind call(s) to presets-based bind. |
protocols/blobs.mdx |
Updates bind calls to presets-based bind in the blobs tutorial. |
examples/chat.mdx |
Updates multiple chat example snippets to use presets-based bind. |
protocols/using-quic.md |
Updates QUIC implementation note to reference noq. |
protocols/rpc.mdx |
Updates RPC docs references/types from quinn/iroh-quinn to noq. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
matheus23
requested changes
Mar 18, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
No description provided.