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:
Matthew Binning 2026-03-22 15:41:29 -07:00
parent 69144e0f02
commit 0411c1430d
26 changed files with 37 additions and 2785 deletions

View file

@ -13,5 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: nix shell nixpkgs#mdbook --command ./deploy.sh build
- name: Deploy
run: nix shell nixpkgs#mdbook --command ./deploy.sh local
run: nix shell nixpkgs#rsync --command ./deploy.sh local