Skip to content

Navigation sidebar uses verbose README.html URLs #2

@dream-hermes-agent

Description

@dream-hermes-agent

Problem: The sidebar navigation links to files (e.g. ) instead of clean directory-index URLs ().

Root cause: Jekyll's default behavior generates as both and inside the directory, but the navigation config links to the explicit .

Two possible fixes:

  1. Add explicit index files — Create , , as proper landing pages (can be minimal stubs), then update the config in to point to , , instead of the README files. Jekyll will prefer over when both exist.

  2. Redirect via Jekyll config — Use in frontmatter to prefer index behavior. (Untested, may have edge cases.)

Recommended approach: Option 1 — explicit per section. Low effort, no risk, gives cleaner URLs.

Example nav config change:

Priority: Low — currently functional, just cosmetic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions