mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
43 lines
977 B
TOML
43 lines
977 B
TOML
|
[book]
|
||
|
authors = ["nicknamenamenick", "Zeglius"]
|
||
|
language = "en"
|
||
|
multilingual = false
|
||
|
src = "src"
|
||
|
title = "Bazzite Documentation"
|
||
|
|
||
|
[build]
|
||
|
use-default-preprocessors = false
|
||
|
create-missing = false
|
||
|
|
||
|
[preprocessor.links]
|
||
|
|
||
|
[output.html]
|
||
|
git-repository-url = "https://github.com/ublue-os/bazzite"
|
||
|
edit-url-template = "https://github.com/ublue-os/bazzite/edit/main/docs/{path}"
|
||
|
default-theme = "navy"
|
||
|
preferred-dark-theme = "navy"
|
||
|
additional-css = ["custom.css"]
|
||
|
|
||
|
[output.html.fold]
|
||
|
enable = true
|
||
|
|
||
|
[preprocessor.youtube-embed]
|
||
|
command = "python ./preprocessors/youtube-embed.py"
|
||
|
|
||
|
[preprocessor.replace-urls]
|
||
|
command = "python ./preprocessors/replace-urls.py"
|
||
|
after = ["youtube-embed", "links"]
|
||
|
ignore = ["Introduction*"]
|
||
|
|
||
|
[preprocessor.gettext]
|
||
|
after = ["links", "cmdrun"]
|
||
|
|
||
|
[preprocessor.cmdrun]
|
||
|
before = ["replace-urls"]
|
||
|
|
||
|
[output.pdf]
|
||
|
|
||
|
[preprocessor.replace-urls.mappings]
|
||
|
# Here we add urls to be overriden
|
||
|
"https://universal-blue.discourse.group/docs?topic=561" = "/Introduction"
|