docs: plan scalable rebuild architecture for backup restores - #864
docs: plan scalable rebuild architecture for backup restores#864kphunter wants to merge 1 commit into
Conversation
| For the staged plan to evolve this into a scalable supervisor-plus-workers | ||
| rebuild architecture, see | ||
| [rebuild-tiles-architecture-plan.md](rebuild-tiles-architecture-plan.md). |
There was a problem hiding this comment.
📝 Info: Missing blank line causes paragraph merge in backup doc
At docs/backup-and-disaster-recovery.md:144-145, the new text ("For the staged plan...") immediately follows the previous sentence ("for how missing vs stale is determined.") without a blank line separator. In Markdown, this causes both sentences to render as a single paragraph. The preceding paragraph at lines 142-144 discusses API references and provenance docs, while the new text at 145-147 introduces the architecture plan — these are logically separate topics. A blank line between them would improve readability and make the architecture plan link visually distinct. This is cosmetic and doesn't affect link functionality.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Validation
nix-shell -p nodejs --run 'cd /private/tmp/hriv-issue-863-plan && /Users/kyle/projects/github/hriv/frontend/node_modules/.bin/prettier --check docs/rebuild-tiles-architecture-plan.md docs/admin-import-export.md docs/backup-and-disaster-recovery.md --config .prettierrc.json'Closes #863