Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite sidebar TOC generation to be recursive #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2024

  1. Rewrite sidebar TOC generation to be recursive

    Currently, sidebar TOCs only assume one level of nesting, and don't obey
    excludes. This leads to both missing items and unexpected items that should
    have been excluded.
    
    * Rewrite it to be recursive, such that all subsections are generated and
      appended as children.
    * Also obey excludes and don't add anchors for them.
    
    There was also a fixture for nested sections, but no corresponding test. Used
    that fixture to test this out. (I've also verified that it works against
    nextest's site.)
    sunshowers committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    fc9c7cc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    ebaf18f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge master into branch

    sunshowers committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a488614 View commit details
    Browse the repository at this point in the history
  2. more changes

    sunshowers committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    14f606b View commit details
    Browse the repository at this point in the history