plantuml aktiviert
This commit is contained in:
+2
-9
@@ -24,17 +24,10 @@ markdown_extensions:
|
|||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.keys
|
- pymdownx.keys
|
||||||
- pymdownx.tabbed
|
- pymdownx.tabbed
|
||||||
|
- plantuml:
|
||||||
|
outpath: "images"
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- build_plantuml:
|
|
||||||
render: "server" # or "local" for local rendering
|
|
||||||
bin_path: "/usr/local/bin/plantuml" # ignored when render: server
|
|
||||||
server: "http://www.plantuml.com/plantuml" # offical plantuml server
|
|
||||||
output_format: "svg" # or "png"
|
|
||||||
diagram_root: "docs/diagrams" # should reside under docs_dir
|
|
||||||
output_folder: "out"
|
|
||||||
input_folder: "src"
|
|
||||||
input_extensions: "" # comma separated list of extensions to parse, by default every file is parsed
|
|
||||||
- with-pdf:
|
- with-pdf:
|
||||||
copyright: Copyright © 2020 Bernd Reuther
|
copyright: Copyright © 2020 Bernd Reuther
|
||||||
toc_title: Inhaltsverzeichnis
|
toc_title: Inhaltsverzeichnis
|
||||||
|
|||||||
Reference in New Issue
Block a user