Skip to content

Commit f165056

Browse files
committed
docs: record PR #11 decisions (precise dead-link regex, root-relative links, portable sleep)
1 parent 2e193e4 commit f165056

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/decision-log.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,12 @@
6060
- Decision: Do not disable Prev/Next in "all" mode; allow navigation buttons to toggle into carousel.
6161
- Change: docs/assets/collision/animate.js leaves Prev/Next enabled in 'all'; boundary disabling still applies in single-slide mode.
6262
- Consequence: Users can initiate the carousel via navigation controls; E2E tour test passes deterministically.
63+
64+
## 2025-10-29 — Docs make open (PR #11)
65+
66+
- Context: Make dev docs open automatically; fix routing and dead-link noise.
67+
- Decisions:
68+
- Use a precise dead-link ignore for `/collision-dpo-tour.html` (exact regex) until the page is always present.
69+
- Convert tour/spec links to root‑relative paths to work site‑wide under VitePress routing.
70+
- Make the dev server polling loop portable (`sleep 1`).
71+
- Consequence: Docs dev flow is consistent across environments; CI Docs Guard happy; links resolve from any page.

0 commit comments

Comments
 (0)