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:
parent
eb08cd9922
commit
d7daf6222d
15 changed files with 9 additions and 987 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue