veritas-kanban/docs/_config.yml
Brad Groux bf644741b7 fix: exclude new v3.0 docs with {{ }} syntax from Jekyll build
FEATURES.md, WORKFLOW-GUIDE.md, and internal/ all contain workflow YAML
examples with Liquid-conflicting template syntax. Updated _config.yml to
exclude them from GitHub Pages build.
2026-02-09 19:50:30 -06:00

8 lines
372 B
YAML

# Jekyll configuration for GitHub Pages
# Exclude docs containing {{ template syntax that conflicts with Liquid
exclude:
- internal/ # All review/implementation notes (moved here in v3.0)
- FEATURES.md # Contains workflow YAML examples with {{ }}
- WORKFLOW-GUIDE.md # Contains workflow YAML examples with {{ }}
- WORKFLOW_ENGINE_ARCHITECTURE.md
- DEPLOYMENT.md