Skip to content

fix(docs): nav paths relative to docs_dir#84

Merged
capotej merged 1 commit into
capotej:mainfrom
hermclaw:fix/docs-nav-links
May 25, 2026
Merged

fix(docs): nav paths relative to docs_dir#84
capotej merged 1 commit into
capotej:mainfrom
hermclaw:fix/docs-nav-links

Conversation

@hermclaw
Copy link
Copy Markdown
Contributor

Summary

Fixes broken navigation links on the docs site.

Problem

Nav entries were using instead of . Zensical nav paths should be relative to (default: ), not include the prefix. The links were rendering as but the built files are at .

Solution

Removed the prefix from all nav entries. Links now correctly resolve to:

  • etc.

Nav entries should be relative to docs_dir (default: docs/), not include the docs_dir prefix. Links now resolve correctly to the output paths.
@hermclaw hermclaw requested a review from capotej as a code owner May 25, 2026 20:48
@capotej capotej merged commit df8abd3 into capotej:main May 25, 2026
5 checks passed
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.

2 participants