docs(run-a-node): dig-node control panel user guide (cache/LRU, pairing, live status)#30
Merged
Merged
Conversation
…ng, live status) User guide for the DIG extension's Control Panel: opening it (Network tab, fullscreen vs popup summary), live status, reserving disk space for the .dig cache under LRU eviction (64 MiB floor, per-entry eviction order, single-item evict, clear all — no pairing needed), the compare-codes control-token pairing flow (dig-node pair approve/revoke), and the token-gated management sections (upstream, hosted stores, sync, peers). Shipped in all 14 locales, linked from the run-a-node overview + Manage your node pages, and added to llms.txt + the sidebar. patch bump (docs-type change, no public-API/behavior change, per repo convention for docs commits). Closes #282 Refs #278 Co-Authored-By: Claude <noreply@anthropic.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.
Summary
docs/run-a-node/control-panel.md, slugcontrol-panel), documenting the DIG extension's Control Panel: opening it (Network tab, fullscreen vs. compact popup summary), live status, reserving disk space for the.digcache under LRU eviction (64 MiB floor, per-entry eviction order with size + last-used, single-item evict, clear all — all available with no pairing), the compare-codes control-token pairing flow (dig-node pair approve <pairing-id>/dig-node pair revoke <token-id>, 6-digit code, few-minutes expiry), and the token-gated management sections unlocked after pairing (upstream, hosted stores, sync, peers)..mdlinks don't fall back across locales).run-a-nodecategory, after "Manage your node"), linked fromdocs/run-a-node/index.mdanddocs/run-a-node/manage.md(all 14 locales), and added tostatic/llms.txt.static/knowledge-graph.json/static/openrpc*.jsonvianpm run gento pick up the new page.Version bump
Patch:
0.3.17→0.3.18. This is adocs:-type commit (new documentation content, no public API/behavior change) — per this repo's own convention every priordocs(...)PR bumped patch (e.g. #29, #28, #27, #25, #23), and CLAUDE.md §2.4 classifies docs changes as patch.Verified locally (all green)
npm run typecheck— cleannpm run build— succeeds across all 14 locales (onBrokenLinks/onBrokenAnchors: "throw"— no broken links/anchors);dist/llms.txt,dist/sitemap.xml,dist/robots.txtall present; 117 URLs × 14 sitemaps regenerated with hreflangnpm run test:unit— 1/1 passnpm run test:a11y— 22/22 pass (axe WCAG 2.2 AA, ARIA snapshots, keyboard nav, mobile nav)npm run test:e2e— 28/28 pass (incl.llms.txt is served and lists the shipped locales, sitemap/hreflang, robots.txt)These are exactly the jobs
deploy.yml'stestjob runs on this PR.Test plan
docs.dig.net/docs/run-a-node/control-panelrenders the new guide (build verified)run-a-node/index.mdandrun-a-node/manage.mdcross-link to the new page in all 14 localesllms.txtlists the new pagedeploy.ymltest job,commitlint,ensure-version-increment) green on this PRCloses #282
Refs #278
🤖 Generated with Claude Code