mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-04 12:10:48 -05:00
7 lines
285 B
YAML
7 lines
285 B
YAML
# Define this here and not in the main mkdocs.yml file because that one is auto
|
|
# updated and written, and the script would remove the env var
|
|
INHERIT: !ENV [INSIDERS_FILE, '../en/mkdocs.no-insiders.yml']
|
|
markdown_extensions:
|
|
pymdownx.highlight:
|
|
linenums: !ENV [LINENUMS, false]
|