mirror of
https://github.com/status-im/nim-chronos.git
synced 2026-08-27 13:01:12 +00:00
* Book: Make sidebar entries foldable. * Book: Put User guide above Tutorials.
31 lines
659 B
TOML
31 lines
659 B
TOML
[book]
|
|
authors = ["Jacek Sieka", "Constantine Molchanov"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Chronos"
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|
|
max-level = 2
|
|
|
|
[preprocessor.open-on-gh]
|
|
command = "mdbook-open-on-gh"
|
|
renderer = ["html"]
|
|
git-branch = "master"
|
|
|
|
[preprocessor.admonish]
|
|
command = "mdbook-admonish"
|
|
assets_version = "3.1.0" # do not edit: managed by `mdbook-admonish install`
|
|
|
|
[preprocessor.shiftinclude]
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/status-im/nim-chronos/"
|
|
git-branch = "master"
|
|
additional-css = ["./open-in.css", "./mdbook-admonish.css"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|