20 lines
329 B
YAML
20 lines
329 B
YAML
site_name: Twingle API
|
|
repo_url: https://github.com/systopia/de.systopia.twingle
|
|
theme:
|
|
name: material
|
|
|
|
nav:
|
|
- 'Home': index.md
|
|
|
|
markdown_extensions:
|
|
- attr_list
|
|
- admonition
|
|
- def_list
|
|
- codehilite
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.superfences
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.tilde
|
|
- pymdownx.betterem
|
|
- pymdownx.mark
|