mirror of
https://github.com/status-im/nim-style-guide.git
synced 2025-02-23 11:38:23 +00:00
12 lines
196 B
TOML
12 lines
196 B
TOML
[book]
|
|
authors = ["Jacek Sieka"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "The Status Nim style guide"
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|
|
max-level = 2
|