-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutf8dok.toml
More file actions
29 lines (25 loc) · 818 Bytes
/
utf8dok.toml
File metadata and controls
29 lines (25 loc) · 818 Bytes
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
# UTF8DOK Configuration for UTF8DOK Project
# This is a self-referential configuration - UTF8DOK checks UTF8DOK's documentation
[workspace]
root = "docs/"
entry_points = ["index.adoc", "README.adoc"]
[compliance.bridge]
# Enable all Bridge Framework compliance rules
orphans = "error" # BRIDGE003: Orphaned documents are critical
superseded_status = "error" # BRIDGE001: Superseded ADRs must be marked
[plugins]
api_docs = false
writing_quality = true # Enable passive voice, weasel words detection
diagrams = true # Enable Mermaid/PlantUML syntax checking
# Custom weasel words for technical documentation
custom_weasel_words = [
"obviously",
"clearly",
"simply",
"just",
"basically",
"easy",
"trivial",
"straightforward",
"merely"
]