docs: exclude markdown from deno fmt + reflect network-dashboard-platform - #99
Merged
Merged
Conversation
…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
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
deno.json: addsfmt.exclude=["**/*.md"]. Stopsdeno fmtfrom rewriting markdown line wraps (kept fighting authored prose layout; renderers don't care). Code formatting unchanged.README.md: updates four spots that were stale onnetwork-dashboard-platform(wired by feat: wire network-dashboard-platform + multi-jurisdiction setup-c #94 but README never updated):network-dashboard-platform/.NETWORK_DASHBOARD_PLATFORM_PORT=3135.up.shsection list:12 → 13sections, new step 8 fornetwork-dashboard-platformon:3035, downstream steps renumber.verify-deploy.shdescription: probe count14 → 16, service list includesnetwork-dashboard-platform.Test plan
deno fmt --checkignores markdown (pre-existing.tsdrift inrecording/playwright/remains; out of scope here).deno lintunchanged (pre-existing warnings unrelated).