forked from fierke/tagwiki
25 lines
459 B
YAML
25 lines
459 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
|
|
- mkdocs-plugin-open-external-links-in-new-tab:
|
|
external_extensions:
|
|
- ".pdf"
|
|
- ".zip"
|
|
|
|
markdown_extensions:
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css |