Four existing reference pages are not listed in website/_quarto.yml's
"Reference" sidebar section, so they're reachable only by direct URL or
via the links in website/workflows.qmd's catalog table:
website/reference/check-equation-renders.qmd
website/reference/lint-yaml.qmd
website/reference/lint-markdown.qmd
website/reference/request-dependabot-review.qmd
Verified against main at 7126d21 (after #272 added the
update-snapshots.qmd entry) with:
for f in website/reference/*.qmd; do
b=$(basename "$f")
grep -q "reference/$b" website/_quarto.yml || echo "MISSING: $b"
done
Scope: add the four - reference/<name>.qmd lines to the sidebar
contents:, placed to match the catalog-table grouping (the same
convention #272 followed for update-snapshots). Consider also adding
that grep as a _selftest.yml step so a future reference page can't land
without a sidebar entry (per the algorithmatize-checks rule in the
ai-config corpus).
Deferred from #272 (kept scoped to update-snapshots there); noticed
while adding that page's sidebar entry.
Four existing reference pages are not listed in
website/_quarto.yml's"Reference" sidebar section, so they're reachable only by direct URL or
via the links in
website/workflows.qmd's catalog table:website/reference/check-equation-renders.qmdwebsite/reference/lint-yaml.qmdwebsite/reference/lint-markdown.qmdwebsite/reference/request-dependabot-review.qmdVerified against
mainat 7126d21 (after #272 added theupdate-snapshots.qmdentry) with:Scope: add the four
- reference/<name>.qmdlines to the sidebarcontents:, placed to match the catalog-table grouping (the sameconvention #272 followed for
update-snapshots). Consider also addingthat grep as a
_selftest.ymlstep so a future reference page can't landwithout a sidebar entry (per the algorithmatize-checks rule in the
ai-config corpus).
Deferred from #272 (kept scoped to
update-snapshotsthere); noticedwhile adding that page's sidebar entry.