setup for DRF

This commit is contained in:
j3d1 2023-06-11 10:46:11 +02:00
parent 6816ff0865
commit 5f68e12f82
10 changed files with 323 additions and 31 deletions

26
mkdocs.yml Normal file
View file

@ -0,0 +1,26 @@
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