mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-09 11:02:40 +00:00
24be151cf3
* introduce user guide based on `mdbook` * set up structure for adding simple `chronos` usage examples * move most readme content to book * ci deploys book and api guide automatically * remove most of existing engine docs (obsolete)
21 lines
389 B
TOML
21 lines
389 B
TOML
[book]
|
|
authors = ["Jacek Sieka"]
|
|
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"]
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/status-im/nim-chronos/"
|
|
git-branch = "master"
|
|
additional-css = ["open-in.css"]
|