forked from Luos-io/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
37 lines (30 loc) · 1.25 KB
/
book.toml
File metadata and controls
37 lines (30 loc) · 1.25 KB
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
37
[book]
authors = ["Luos"]
language = "en"
multilingual = false
src = "src"
title = "Luos.io - Documentation"
description = "Luos official documentation pages"
[output.html]
theme = "src/theme"
additional-css = ["src/_assets/css/custom.css"]
google-analytics = "UA-153509818-3"
[output.html.fold]
enable = true
[output.markdown]
[output.linkcheck]
[preprocessor.variables.variables]
node_def = "Hardware element (MCU) hosting and running Luos and hosting one or several modules."
module_def = "Software element run by Luos that can communicate with other modules. Can be driver or app."
od_def = "Set of objects based on SI metric system that can be transmitted through Luos messages. Any object can easily be converted in other units."
microservices_def = "Microservices are a software development technique that arranges an application as a collection of loosely coupled services."
robus_def = "Core communication bus used by Luos to detect and communicate with modules in a network."
last_version_pyluos = "1.2.0"
gh_path = "github.com/Luos-io/doc/tree/master/src"
boards_path = "/pages/prototyping_boards/boards_list"
modules_path = "/pages/high/modules_list"
img_path = "/_assets/img"
[preprocessor.links]
renderers = ["html"]
some_extra_feature = true
[preprocessor.index]