Files
cmba-bylaws/mkdocs/mkdocs.yml
Anthony Correa e2206cf196
All checks were successful
CI - Docs build check / build-check (push) Successful in 8s
Build & publish docs (rc + release) / publish (push) Successful in 9s
ci, build, release
update spellcheck to use cspell
2026-02-05 18:13:52 -06:00

43 lines
838 B
YAML

site_name: CMBA Constitution and By-Laws
docs_dir: ../docs
# Prevent accidental publishing of repo/CI/dev clutter
theme:
name: material
palette:
scheme: default
primary: blue
accent: red
features:
- navigation.instant
- navigation.tracking
- navigation.top
- toc.integrate
- search.highlight
- search.suggest
logo: assets/cmba-logo.svg
favicon: assets/cmba-favicon.png
extra_css:
- styles/extra.css
markdown_extensions:
- toc:
permalink: true
- admonition:
# - tables
nav:
- Home: index.md
- 01-consitution.md
- 02-bylaws.md
- 03-playing-rules.md
plugins:
- search
- offline
- enumerate-headings:
toc_depth: 2
exclude:
- index.md
validation:
links:
anchors: warn #this defaults to info, but it will cause broken links in anchor headers