mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
23 lines
616 B
TOML
23 lines
616 B
TOML
[book]
|
|
authors = ["Oleg Kalachev"]
|
|
language = "ru"
|
|
multilingual = false
|
|
src = "book"
|
|
title = "Полетный контроллер с нуля"
|
|
description = "Учебник по разработке полетного контроллера квадрокоптера"
|
|
|
|
[build]
|
|
build-dir = "build"
|
|
|
|
[output.html]
|
|
additional-css = ["book.css", "zoom.css", "rotation.css"]
|
|
additional-js = ["zoom.js", "js.js"]
|
|
edit-url-template = "https://github.com/okalachev/flix/blob/master/docs/{path}?plain=1"
|
|
mathjax-support = true
|
|
|
|
[output.html.code.hidelines]
|
|
cpp = "//~"
|
|
|
|
[preprocessor.alerts]
|
|
command = "python3 alerts.py"
|