toolshed/mkdocs.yml

27 lines
389 B
YAML
Raw Normal View History

2023-06-11 08:46:11 +00:00
site_name: Toolshed Documentation
theme:
name: readthedocs
locale: de
highlightjs: true
hljs_languages:
- cmake
- c
- cpp
- shell
- json
- bash
- yaml
- python
markdown_extensions:
- meta
- toc
- tables
- fenced_code
plugins:
- search
extra_javascript:
- https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.js
extra_css:
- toolshed.css