Skip to content

Website sidebar: add missing Reference entries (check-equation-renders, lint-yaml, lint-markdown, request-dependabot-review) #273

Description

@d-morrison

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions