Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 1.31
  • 4.15.1
  • 4.15.0
  • 4.14.0
  • 4.13.1
  • 4.13.0
  • 4.12.0
  • 4.11.1
  • 4.11.0
  • 4.10.4
  • 4.10.3
  • 4.10.2
  • 4.10.1
  • 4.10.0
  • 4.9.0
  • 4.8.0
  • 4.7.0
  • 4.6.1
  • 4.6.0
  • 4.5.1
  • 4.5.0
22 results

start-server.nix

Blame
  • book.toml NaN GiB
    [book]
    title = "Agenor - Handbuch"
    authors = ["schukai GmbH"]
    language =  "de"
    src = "source"
    
    
    [build]
    build-dir = "book"     
    create-missing = false 
    use-default-preprocessors = true 
    extra-watch-dirs = []            
    
    [preprocessor.graphviz]
    command = "mdbook-graphviz"
    
    [output.html.playground]
    editable = true
    
    [preprocessor.emojicodes]
    
    [preprocessor.admonish]
    command = "mdbook-admonish"
    assets_version = "3.0.0" # do not edit: managed by `mdbook-admonish install`
    
    [preprocessor.mermaid]
    command = "mdbook-mermaid"
    
    [output.html]
    additional-css = ["./mdbook-admonish.css"]
    additional-js = ["mermaid.min.js", "mermaid-init.js"]
    
    default-theme = "ayu"
    preferred-dark-theme = "navy"
    curly-quotes = true
    mathjax-support = false
    copy-fonts = true
    no-section-label = false
    
    
    
    site-url = "/example-book/"
    cname = "myproject.rs"
    input-404 = "404.md"
    
    
    [preprocessor.d2]
    
    # path to d2 binary.
    # optional. default is "d2" (ie. on the path).
    path = "d2"
    
    # layout engine for diagrams. See https://github.com/terrastruct/d2#plugins.
    # optional. default is "dagre".
    layout = "dagre"
    
    # whether to use inline svg when rendering.
    # if 'false', separate files will be generated in src/<output-dir> and referenced.
    # optional. default is 'true'
    inline = true
    
    # output directory relative to `src/` for generated diagrams.
    # This is ignored if 'inline' is 'true'.
    # optional. default is "d2".
    output-dir = "d2"