-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbook.toml
36 lines (28 loc) · 901 Bytes
/
book.toml
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
32
33
34
35
36
[book]
authors = ["r12f"]
language = "en"
multilingual = false
src = "src"
title = "Getting Started with SONiC"
[build]
extra-watch-dirs = ["po"]
[preprocessor]
[preprocessor.pagetoc]
[preprocessor.open-on-gh]
command = "mdbook-open-on-gh"
renderer = ["html"]
[preprocessor.gettext]
after = ["links"]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
after = ["gettext"]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
additional-css = ["theme/css/mdbook-admonish.css", "theme/pagetoc.css", "theme/css/open-in.css", "./mdbook-admonish.css"]
additional-js = ["theme/pagetoc.js", "theme/mermaid.min.js", "theme/mermaid-init.js"]
git-repository-url = "https://github.com/r12f/sonic-book"
git-branch = "main"
open-on-text = "Found a bug? [Edit this page on GitHub.]"
google-analytics = "G-PNR40ZKD06"