mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 03:36:39 +00:00
[docs] exclude locales director in main mkdocs config
This commit is contained in:
parent
3d65f5e9fb
commit
6089bcfaec
|
@ -67,6 +67,9 @@ markdown_extensions:
|
||||||
- pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
|
|
||||||
|
exclude_docs: |
|
||||||
|
locales/**
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- "Home": "index.md"
|
- "Home": "index.md"
|
||||||
- "FAQ": "faq.md"
|
- "FAQ": "faq.md"
|
||||||
|
|
Loading…
Reference in a new issue