Skip to content

Commit

Permalink
book.toml: put cname entry under [output.html]
Browse files Browse the repository at this point in the history
Future me: A closer look at the docs would be good next time.
https://rust-lang.github.io/mdBook/format/configuration/renderers.html

Signed-off-by: Daniel Maslowski <[email protected]>
  • Loading branch information
orangecms authored and pamolloy committed Nov 26, 2024
1 parent 1896f92 commit 3b6e97a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ language = "en"
multilingual = false
src = "src"
title = "LinuxBoot"

[output.html]
cname = "book.linuxboot.org"

0 comments on commit 3b6e97a

Please sign in to comment.