docs(run-a-node): document the dig-installer GUI wizard#29
Merged
Conversation
dig-installer now ships a Tauri desktop wizard (Welcome -> License -> Components -> Install -> Done) alongside the CLI, with all components pre-checked by default, graceful skip for a not-yet-available component, and a safe stop/replace/restart upgrade lifecycle for dig-node/dig-relay. None of this was documented anywhere in docs.dig.net. Add a "GUI installer" subsection to universal-installer.md covering the wizard flow, default component set, skip behavior, and upgrade lifecycle, plus a one-line cross-link from index.md and a "Related" pointer from run-a-relay.md. Materialized with real per-language translations (not an English placeholder) into all 13 locale mirrors: de, es, fr, hi, id, ja, ko, pt-BR, ru, tr, vi, zh-CN, zh-TW. Patch bump: docs-only content addition, no behavior change. Closes DIG-Network/dig_ecosystem#237
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
dig-installer v0.5.0 shipped a Tauri desktop GUI wizard alongside the existing CLI/
install.sh/install.ps1flow (dig-installer PR #7), but docs.dig.net's installer pages never mentioned it. Nothing was factually wrong — just missing coverage of shipped capability.Adds a "GUI installer" subsection to
docs/run-a-node/universal-installer.mdcovering:digstore(required, no checkbox) +dig-node+dig-dns+dig-relay+ DIG Browser, all pre-selected by default ("install everything" is the one-click default).dig-node/dig-relaystops the running service, replaces the binary, restarts it — no manual steps.Plus a one-line cross-link from
docs/run-a-node/index.mdand a "Related" pointer fromdocs/run-a-node/run-a-relay.md(both linking to the new#gui-installeranchor, no content duplication).i18n — all 13 locales materialized
Per CLAUDE.md §4.3/§6.6, translated (not copy-pasted English placeholder) the new subsection + cross-links into all 13 locale mirrors at the same relative paths:
de, es, fr, hi, id, ja, ko, pt-BR, ru, tr, vi, zh-CN, zh-TW
Each locale's
run-a-node/{universal-installer,index,run-a-relay}.mdnow carries the real translated content. Followed the repo's existing convention of explicit{#gui-installer}heading-anchor ids (matching the pattern already used for cross-locale-stable anchors, e.g.{#browse-dig-names-directly},{#universal-installer-any-os}).Verification
npm run typecheck— clean.npm run build(all 14 locales;onBrokenLinks/onBrokenAnchors: "throw"— confirms every new link/anchor, including the 13 translated#gui-installercross-links, resolves) — green.npm run genre-run after the version bump sostatic/openrpc*.jsoncarry the correct version andstatic/knowledge-graph.jsonreflects the new run-a-relay → universal-installer link.npm run test:unit— 1/1 pass.npm run test:e2e(a11y + aria-snapshot + keyboard-nav + mobile-nav + seo-meta, 28 Playwright specs incl. axe WCAG 2.2 AA) — 28/28 pass.Version bump
Patch:
0.3.16→0.3.17(docs-only content addition, no behavior change) — this repo's own precedent for a docs commit.Closes DIG-Network/dig_ecosystem#237