CR: Antora Documentation Ecosystem Audit — Verification
Verification
Pre-Change Checklist
| Check | Status |
|---|---|
All 7 repositories audited and findings documented |
[ ] |
Current build state captured for each spoke |
[ ] |
Attribute counts baseline recorded per repository |
[ ] |
Broken include paths enumerated (8 files in domus-infra-ops) |
[ ] |
Hardcoded values catalogued (14 instances in domus-infra-ops) |
[ ] |
Post-Change Checklist
| Check | Status |
|---|---|
All spokes build clean ( |
[ ] |
No undefined attributes in rendered output |
[ ] |
Broken |
[ ] |
Zabbix server attribute set to actual IP in domus-ise-linux |
[ ] |
Subnet typo corrected in documentation-hub-setup.adoc |
[ ] |
k3s hostname attributes added to domus-infra-ops |
[ ] |
Hardcoded IPs replaced with attributes in vault-pki and terraform files |
[ ] |
pfSense references migrated to VyOS across affected repos |
[ ] |
After remediation:
# Build all spokes locally
cd ~/atelier/_bibliotheca/domus-docs
make build 2>&1 | grep -E "WARN|ERROR"
# Verify no undefined attributes
grep -r '{[a-z].*}' --include="*.adoc" | grep -v "subs=" | head -50