File: book.toml

package info (click to toggle)
rust-presenterm 0.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,692 kB
  • sloc: sh: 51; javascript: 36; makefile: 14
file content (27 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
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
[book]
authors = ["mfontanini"]
language = "en"
multilingual = false
src = "src"
title = "presenterm documentation"

[preprocessor]

[preprocessor.alerts]

[output]

[output.html]
git-repository-url = "https://github.com/mfontanini/presenterm"
default-theme = "navy"

[output.html.redirect]
# Redirects for broken links after 02/02/2025 restructuring.
"/guides/basics.html" = "../features/introduction.html"
"/guides/installation.html" = "../install.html"
"/guides/code-highlight.html" = "../features/code/highlighting.html"
"/guides/mermaid.html" = "../features/code/mermaid.html"

# Redirects for HTML export changes on 05/17/2025.
"/features/pdf-export.html" = "exports.html"