-
Notifications
You must be signed in to change notification settings - Fork 18
/
.hdoc.toml
44 lines (37 loc) · 869 Bytes
/
.hdoc.toml
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
38
39
40
41
42
43
44
# For use with 🥬doc - https://github.com/celerity/leafy-green-doc
[project]
name = "Celerity"
version = "0.6.0"
# Optional, adding this will enable direct links from the documentation
# to your source code.
git_repo_url = "https://github.com/celerity/celerity-runtime/"
git_default_branch = "master"
[paths]
compile_commands = "compile_commands.json"
output_dir = "hdoc-output"
[ignore]
paths = [
# various build folders
"/build/",
"/build_",
"/build-",
"/_deps/",
# other code that should be ignored
"test/",
"examples/",
"vendor/",
]
namespaces = [
# nothing in these namspaces is relevant for the user
"env",
"std",
"fmt",
]
[detail]
namespaces = [
"detail",
]
[pages]
homepage = "README.md"
[output]
minimal = true # change this to "false" to generate a full standalone version of the documentation