diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..b5b238c --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,23 @@ +site_name: Logofclient 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 + - admonition + - pymdownx.details + +#extra_css: + #- stylesheets/extra.css \ No newline at end of file