File: book.toml

package info (click to toggle)
rudof 0.2.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,704 kB
  • sloc: python: 1,526; makefile: 39; sh: 1
file content (31 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[book]
authors = ["Jose Emilio Labra Gayo", "Ángel Iglesias Préstamo"]
language = "en"
multilingual = false
src = "src"
title = "rudof"
site-url = "/docs/"

[output.html.print]
enable = false

[preprocessor]

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
no-section-label = true
preferred-dark-theme = "dark"
git-repository-url = "https://github.com/rudof-project/rudof"
git-repository-icon = "fa-github"
additional-css = ["theme/pagetoc.css", "theme/highlight.css"]
additional-js = [
    "turtle.js",
    "shexc.js",
    "sparql.js",
    "init_highlight_on_load.js", # This is required as the last one after the custom highlight files to restart highlight
    "theme/pagetoc.js",
    "mermaid.min.js",
    "mermaid-init.js"
    ]