Buy an OUI guide: fix JSON example, add release install, tighten copy - #2087
Open
jthiller wants to merge 3 commits into
Open
Buy an OUI guide: fix JSON example, add release install, tighten copy#2087jthiller wants to merge 3 commits into
jthiller wants to merge 3 commits into
Conversation
Follow-up cleanup after pointing purchases at iot@helium.com. - Replace the JSX comment inside the env info JSON example with the real environment block the CLI prints, and point to where those variables are set. - Drop the remaining 'not currently available on-chain' hedge and the last places that named the Helium Foundation as the seller. - Document installing the Config Service CLI from a prebuilt release, keeping the source build as the fallback. - Spell out what the purchase email needs: legacy-format wallet address (the payer key), and devAddr counts in slabs of 8 with a link to the sizing guidance. - Put the owner key bullet before the delegate key bullet and deep-link to the delegate key section. - Clarify pricing: $135 minimum for own-NetID operators, and the DC minimum is funded by the operator rather than paid to Helium. - Make the community bullets actionable (PRs against helium/well-known). - Label the routing hop Helium Packet Router in the diagram. - Normalise devAddr casing, heading case, code-block titles, NwkID notation, and other small consistency items.
Deploying heliumdocs with
|
| Latest commit: |
31d69ee
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0df6cad6.heliumdocs.pages.dev |
| Branch Preview URL: | https://claude-oui-guide-cleanup.heliumdocs.pages.dev |
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
Follow-up cleanup of
docs/network-iot/run-an-lns/buy-an-oui.mdxafter #2086 pointed purchases at iot@helium.com. One file, ~117 insertions / ~86 deletions.Substantive
env infooutput had a JSX comment ({/* env vars will be discussed later */}) inside the ```json fence, which rendered literally and left invalid JSON. Replaced with the realenvironmentblock the CLI prints (all `unset` at this stage, verified against `src/cmds/env.rs`), plus a pointer to the Configure Routing Rules section where those variables get set.helium/well-known), with the LNS Providers eligibility criteria from that repo's README.Consistency polish
devAddr casing (frontmatter, table header, mermaid labels), heading case, code-block title punctuation, "(Mac)" → "(macOS)", trailing slash on the Fund an OUI link, footnote period placement, quote style, explicit anchor ids on linked headings, "blocks of 8" → "slabs of 8", NwkID
6b'111100→0b111100, NwkSKey introduced before the diagram uses it.Why
A multi-lens audit of the page after the email swap turned these up. Full list was verified item-by-item; the applied set excludes items that didn't hold up (e.g. the LoRaWAN 1.0.3 spec link was reported dead but is live and unchanged).
Notes for reviewers
yarn buildpasses (onBrokenLinks: 'throw'). On the built page every new anchor resolves, the mermaid diagram renders with the new subgraph, and there are no console errors.sidebarsDocs.js, so shortening one without the other would look odd), and no Session Key Filter cross-link was added to the multiplexing section.🤖 Generated with Claude Code