Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: generation of plantuml's diagrams in book #11

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title = "Rustemo book"

[output.html]
additional-css = ["./mdbook-admonish.css", "theme/pagetoc.css"] #, "style.css"]
additional-js = ["theme/pagetoc.js"] # , "sidebar.js"]
additional-js = ["theme/pagetoc.js"] # , "sidebar.js"]

# [output.pandoc.profile.pdf]
# output-file = "Rustemo.pdf"
Expand All @@ -36,24 +36,25 @@ warning-policy = "error"
[preprocessor]

[preprocessor.theme]
turn-off = true # Comment this line and run `mdbook build` when theme is changed
pagetoc = true
pagetoc-width = "13%"
content-max-width = "85%"
pagetoc-fontsize = "14.5px"
sidebar-width = "300px"
turn-off = true # Comment this line and run `mdbook build` when theme is changed
pagetoc = true
pagetoc-width = "13%"
content-max-width = "85%"
pagetoc-fontsize = "14.5px"
sidebar-width = "300px"


[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`

# [preprocessor.bib]
# bibliography = "references.bib"

[preprocessor.plantuml]
plantuml-cmd = "plantuml"

[preprocessor.graphviz]
after = ["links"]
output-to-file = true # defaults to false, change to true to create SVG files
# instead of rendering them inline
# instead of rendering them inline
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.