respect-validation/mkdocs.yml
Henrique Moody 35ea95c6f0
Remove number prefixes from Markdown files
We used to have those to preserve the order of the pages when generating
the documentation with MkDocs. This commit introduces the
`mkdocs-nav-weight`, that allows us to make that order without having
those prefixes.
2026-01-07 14:46:06 +01:00

16 lines
331 B
YAML

site_name: Respect\Validation
theme: readthedocs
plugins:
- search
- mkdocs-nav-weight:
index_weight: -100
default_page_weight: -50
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences