fix(docs): update verify-manual test for section renumber #84

Merged
rootiest merged 1 commits from fix/troubleshooting-ci-verification into main 2026-07-27 04:04:50 +00:00
Owner

Summary

Fixes the CI verification failure introduced by the troubleshooting section merge (PR #83).

Root cause

Two issues from the Section 11↔12 renumber:

  1. verify-manual.py hardcoded 11-viewing-this-manual.mdx in test_site_promotes_pages_with_asides_or_filetrees_to_mdx — updated to 12-viewing-this-manual.mdx
  2. docs/fish-config.md (the generated concat) was stale — regenerated to include the new troubleshooting section and updated section numbers

Verification

  • python3 docs/verify-manual.py43/43 passed (0 failures, 8 pre-existing WARNs)

Verification Checklist

  • CI verify-manual.py passes with 0 failures
  • help config troubleshooting still opens the new section
  • Doc site builds successfully
## Summary Fixes the CI verification failure introduced by the troubleshooting section merge (PR #83). ### Root cause Two issues from the Section 11↔12 renumber: 1. `verify-manual.py` hardcoded `11-viewing-this-manual.mdx` in `test_site_promotes_pages_with_asides_or_filetrees_to_mdx` — updated to `12-viewing-this-manual.mdx` 2. `docs/fish-config.md` (the generated concat) was stale — regenerated to include the new troubleshooting section and updated section numbers ### Verification - `python3 docs/verify-manual.py` → **43/43 passed** (0 failures, 8 pre-existing WARNs) ## Verification Checklist - [ ] CI `verify-manual.py` passes with 0 failures - [ ] `help config troubleshooting` still opens the new section - [ ] Doc site builds successfully
rootiest added 1 commit 2026-07-27 04:04:28 +00:00
The troubleshooting section renumbered Viewing This Manual from 11 to
12, but verify-manual.py still hardcoded the old filename
(11-viewing-this-manual.mdx) in the site promotion test. Update both
references to 12-viewing-this-manual.mdx.

Also regenerate docs/fish-config.md so the concat roundtrip test passes
with the new section ordering.
rootiest merged commit 49e487ac3b into main 2026-07-27 04:04:50 +00:00
rootiest deleted branch fix/troubleshooting-ci-verification 2026-07-27 04:04:50 +00:00
Sign in to join this conversation.