Spaces:
Sleeping
Sleeping
File size: 424 Bytes
b7922ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
site_name: Saving Willy Code Documentation
dev_addr: 127.0.0.1:8888
theme:
name: material
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
plugins:
- mkdocs-homepage-copier
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
nav:
- README: index.md |