mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
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.
16 lines
331 B
YAML
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
|