Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.0
  • v0.1.1
  • v0.1.0
11 results

update-inputs.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"