mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 22:35:45 +01:00
We tried using `mkdocs-nav-weight` but it turned out quiet limited. Not only we have to add specific frontmatter to the Markdown files, but we could also not hide and sort directories. This commit introduces awesome-pages, which allows us to customize the order of pages and not list the content of the "validators" directory in the left menu.
14 lines
270 B
YAML
14 lines
270 B
YAML
site_name: Respect\Validation
|
|
theme: readthedocs
|
|
|
|
plugins:
|
|
- search
|
|
- awesome-pages
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.superfences
|