Skip to content

docs: exclude markdown from deno fmt + reflect network-dashboard-platform - #99

Merged
AquiGorka merged 1 commit into
mainfrom
fix/exclude-md-fmt-and-readme-ndp
May 26, 2026
Merged

docs: exclude markdown from deno fmt + reflect network-dashboard-platform#99
AquiGorka merged 1 commit into
mainfrom
fix/exclude-md-fmt-and-readme-ndp

Conversation

@AquiGorka

Copy link
Copy Markdown
Contributor

Summary

  • deno.json: adds fmt.exclude=["**/*.md"]. Stops deno fmt from rewriting markdown line wraps (kept fighting authored prose layout; renderers don't care). Code formatting unchanged.
  • README.md: updates four spots that were stale on network-dashboard-platform (wired by feat: wire network-dashboard-platform + multi-jurisdiction setup-c #94 but README never updated):
    • Repo tree adds network-dashboard-platform/.
    • Override-block example adds NETWORK_DASHBOARD_PLATFORM_PORT=3135.
    • up.sh section list: 12 → 13 sections, new step 8 for network-dashboard-platform on :3035, downstream steps renumber.
    • verify-deploy.sh description: probe count 14 → 16, service list includes network-dashboard-platform.

Test plan

  • deno fmt --check ignores markdown (pre-existing .ts drift in recording/playwright/ remains; out of scope here).
  • deno lint unchanged (pre-existing warnings unrelated).
  • No behavioural changes — docs + fmt config only.

…form

deno.json: add fmt.exclude=["**/*.md"]. Markdown line-wrap normalization
rewrites paragraphs that the author shaped intentionally and renderers don't
care about wrap width — kept as a no-op rather than fighting deno fmt over
prose layout. Code formatting unchanged.

README.md updates to reflect network-dashboard-platform (wired by #94, but
the README was never updated):
- repo tree gains network-dashboard-platform/ between moonlight-pay/ and
  network-dashboard/
- example override block adds NETWORK_DASHBOARD_PLATFORM_PORT=3135 (matching
  the existing +100 offset pattern)
- infra-up section count goes 12 → 13; new step 8 covers network-dashboard-platform
  on :3035, downstream steps renumber
- verify-deploy.sh probe count goes 14 → 16 (8 backend + 8 frontend); service
  list includes network-dashboard-platform
@AquiGorka
AquiGorka merged commit 8e57677 into main May 26, 2026
7 checks passed
@AquiGorka
AquiGorka deleted the fix/exclude-md-fmt-and-readme-ndp branch May 26, 2026 14:15
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