Files
cmba-bylaws/mkdocs/mkdocs.yml
Anthony Correa c934f7e947
Some checks failed
CI - Docs build check / build-check (push) Failing after 7s
ci, build, release
2026-02-05 18:11:34 -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