-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yaml
65 lines (57 loc) · 1.01 KB
/
config.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Asciidoctor settings
asciidoc:
index:
file: index.adoc
multipage_level: 2
# Build directories
build:
dir: /tmp/build
html:
dir: /tmp/build/html
# Custom directory for content defined
# extensions and processes
custom:
dir: custom
# Enable extensions
extensions:
enable:
- IfChecker
- IdChecker
- LinkChecker
- PatternBlacklist
# Enable processes
processes:
pre:
enable:
- CombineJS
- TranspileJS
post:
enable:
- CompileSearchIndex
- Rename
# - HTMLTest
# - CodeRayStyleCopy
# Settings for individual checkers/extensions
checkers:
pattern:
blacklist: blacklist.txt
# Search index settings
search:
index:
file: lunrindex.json
db:
file: lunrdb.json
# Exclude the following file from the search index
exclude:
- docinfo*.html
- index.html
- Imprint.html
- ContactUs.html
# DEPRECATED
log:
file: /tmp/log.json
# Table of contents settings
# DO NOT CHANGE
toc:
json_file: toc.json
html_file: toc.html