fix: Remove unsupported book.toml keys
Removed configuration keys from book.toml not supported by the current version of mdbook, which were causing build warnings.
This commit is contained in:
parent
8a843b832a
commit
d7d6b4de4e
26 changed files with 37 additions and 2785 deletions
|
|
@ -1,8 +1,7 @@
|
|||
[book]
|
||||
title = "The Bin"
|
||||
authors = ["Matthew Binning"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
title = "The Bin"
|
||||
|
||||
[build]
|
||||
build-dir = "blog"
|
||||
|
|
@ -13,8 +12,8 @@ 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
|
||||
copy-fonts = false
|
||||
fold.enable = true
|
||||
fold.level = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue