feat: Replace custom navbar with mdbook's native navigation

Dropped the custom HTML navbar in favor of mdbook's built-in navigation.
This also resolved an issue where relative anchor links were incorrectly
appearing as entries in the mdbook sidebar.
This commit is contained in:
Matthew Binning 2026-03-22 17:21:32 -07:00
parent eb08cd9922
commit d7daf6222d
15 changed files with 9 additions and 987 deletions

View file

@ -12,7 +12,6 @@ smart-punctuation = true
git-repository-url = "https://forgejo.binning.net/matthew.binning/www"
edit-url-template = "https://forgejo.binning.net/matthew.binning/www/src/branch/main/{path}"
additional-css = ["theme/sepia.css"]
additional-js = ["theme/navbar.js"]
no-section-label = true
fold.enable = true
fold.level = 0