diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..4f1f548 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,12 @@ +site_name: TagWiki + +theme: + name: material + +repo_url: https://git.mypapercloud.de/fierke/tagwiki +edit_uri: src/branch/main/docs/ + +plugins: + - search + - git-authors + - git-revision-date-localized \ No newline at end of file