Skip to content

Add navigable TOC to the Config section of README.md#74

Closed
vm-mishchenko wants to merge 1 commit into
mainfrom
260514-spec-config-toc
Closed

Add navigable TOC to the Config section of README.md#74
vm-mishchenko wants to merge 1 commit into
mainfrom
260514-spec-config-toc

Conversation

@vm-mishchenko
Copy link
Copy Markdown
Owner

Summary

Inserts an eight-entry bullet list between the ## Config heading and the existing Config files: preamble, mirroring the structure already present at the top of ## Commands. Each entry links to its corresponding ### <name> subsection using GitHub-generated anchors.

Test plan

  • Verify clicking each of the eight TOC entries in the rendered GitHub README scrolls to the corresponding ### <name> heading.
  • rg -n '^### ' README.md between ## Config and end-of-file returns exactly eight headings whose slugs match the eight anchors.
  • rg -n '\[Config\]\(#config\)' README.md still returns the existing top-of-file TOC entry, unchanged.
  • The new list renders with the same visual style as the ## Commands list: one bullet per line, [name](#anchor) — phrase, no bold, no nested bullets.

Insert an eight-entry bullet list between the `## Config` heading and
the existing `Config files:` preamble, mirroring the structure already
present at the top of `## Commands`. Each entry links to its
corresponding `### <name>` subsection using GitHub-generated anchors.
@vm-mishchenko vm-mishchenko deleted the 260514-spec-config-toc branch May 14, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant