10 lines
236 B
YAML
10 lines
236 B
YAML
site_name: Documentation demo
|
|
site_url : https://SailorUpiter.github.io/mkdocs
|
|
theme:
|
|
name: material
|
|
site_author: g.ryzhov
|
|
copyright: Trustinfo.ru, 2025
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences |