forked from fierke/tagwiki
18 lines
310 B
YAML
18 lines
310 B
YAML
site_name: Technik AG Wiki
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- content.code.copy
|
|
|
|
repo_url: https://git.mypapercloud.de/fierke/tagwiki
|
|
edit_uri: src/branch/main/docs/
|
|
|
|
plugins:
|
|
- search
|
|
- git-authors
|
|
- git-revision-date-localized
|
|
|
|
markdown_extensions:
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight |