-
Notifications
You must be signed in to change notification settings - Fork 34
/
dactyl-config.yml
238 lines (203 loc) · 5.6 KB
/
dactyl-config.yml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
content_path: content
template_path: templates
template_static_path: template_assets
filter_paths:
- custom_filters
- more_custom_filters
defaults: &defaults
hover_anchors: "¶"
skip_cover: true
spelling_file: spelling.txt
default_html_names: tail
cover_page:
html: index.html
md: index.md
name: Index
pdf_template: pdf-cover.html
template: landing.html
targets:
- name: everything
display_name: "Dactyl: A Heroic Doc Tool"
filters:
- demote_headers
demote_headers_pdf_only: true
stylesheet: template_assets/dactyl.css
foo: "fooooooo"
<<: *defaults
- name: filterdemos
display_name: Target with just the filter example pages
<<: *defaults
- name: conditionals
display_name: Conditional Text Target
condition: tests-2
<<: *defaults
pages:
- md: usage/usage.md
- md: usage/config.md
- md: usage/editing.md
- md: usage/link-checking.md
- md: usage/style-checking.md
- md: usage/elasticsearch.md
- md: usage/openapi.md
- name: Features
html: features.html
category: Features
section_header: true
parent: index.html
template: landing.html
targets:
- everything
- md: code-highlighting.md
html: code-highlighting.html
parent: features.html
targets:
- everything
- md: includes.md
category: Features
parent: features.html
targets:
- everything
- md: frontmatter.md
html: frontmatter.html
parent: features.html
targets:
- everything
- md: cli-vars.md
html: cli-vars.html
parent: features.html
targets:
- everything
- md: conditionals.md
category: Features
parent: features.html
targets:
- everything
- conditionals
- name: Lists and Code Blocks Demo
category: Features
md: lists-and-codeblocks.md
parent: features.html
targets:
- everything
- name: GitHub Markdown Compatibility
category: Features
md: gfm-compat.md
parent: features.html
targets:
- everything
- md: header_stress_test.md
category: Features
parent: features.html
targets:
- everything
- md: virtual-pages.md
targets:
- everything
- name: Dactyl Homepage
parent: virtual-pages.html
html: https://dactyl.link/#
blurb: This is a placeholder that shows up in navigation but does not have an actual output file. Use this if you want to link to external resources at a specific place in your navigation.
targets:
- everything
- md: virtual-placeholder.md
targets:
- everything
- md: filters/filters.md
- md: filters/callouts.md
category: Filters
parent: filters.html
targets:
- everything
- filterdemos
filters:
- callouts
- md: filters/xrefs.md
category: Filters
parent: filters.html
targets:
- everything
- filterdemos
filters:
- xrefs
- md: filters/buttonize.md
category: Filters
parent: filters.html
targets:
- everything
- filterdemos
filters:
- buttonize
- md: filters/badges.md
category: Filters
parent: filters.html
targets:
- everything
- filterdemos
filters:
- badges
- md: filters/multicode_tabs.md
category: Filters
parent: filters.html
targets:
- everything
- filterdemos
filters:
- multicode_tabs
- md: filters/external_links.md
targets:
- everything
- filterdemos
- md: extending/index.md
html: extending-index.html
category: Extending
section_header: true
parent: index.html
template: landing.html
targets:
- everything
- md: extending/templates.md
category: Extending
parent: extending-index.html
targets:
- everything
- md: extending/hierarchy.md
category: Extending
parent: extending-index.html
template: template-hierarchy.html
targets:
- everything
- md: extending/patriots.md
html: filter-examples-patriots.html
category: Extending
parent: extending-index.html
targets:
- everything
filters:
- patriots
- md: extending/patriots.md
name: Custom Filter 2
html: filter-examples-patriots2.html
category: Extending
parent: extending-index.html
targets:
- everything
filters:
- patriots2
- md: extending/include_code.md
category: Extending
parent: extending-index.html
targets:
- everything
filters:
- include_code
- md: extending/debug.md
html: debug.html
category: Extending
parent: extending-index.html
template: template-minimal.html
no_highlighting: true
targets:
- everything
# -------------------- Style Checker Rules ------------------------
word_substitutions_file: plainlanguage_words.yaml
phrase_substitutions_file: plainlanguage_phrases.yaml