X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fmkdocs.yml;fp=docs%2Fmkdocs.yml;h=925363e2c392df5c806626bfbfc4c62d393db49b;hb=d2a185c01385ef53c712c8d315c69d5deb044e2f;hp=0000000000000000000000000000000000000000;hpb=bcdbbad037974b8074965f6c90573203ce0c8795;p=akkoma diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml new file mode 100644 index 000000000..925363e2c --- /dev/null +++ b/docs/mkdocs.yml @@ -0,0 +1,37 @@ +site_name: Akkoma Documentation +theme: + favicon: 'images/akko_badday.png' + name: 'material' + custom_dir: 'theme' + # Disable google fonts + font: false + logo: 'images/akko_badday.png' + features: + - tabs + palette: + primary: 'deep purple' + accent: 'blue grey' + +extra_css: + - css/extra.css +repo_name: 'AkkomaGang/docs' +repo_url: 'https://akkoma.dev/AkkomaGang/docs' + +extra: + repo_icon: gitea + +markdown_extensions: + # Note/warning blocks https://squidfunk.github.io/mkdocs-material/extensions/admonition/ + - admonition + - codehilite: + guess_lang: false + # Make it possible to link to every header https://squidfunk.github.io/mkdocs-material/extensions/permalinks/ + - toc: + permalink: true + - pymdownx.tasklist: + custom_checkbox: true + - pymdownx.superfences + - pymdownx.tabbed + - pymdownx.details + - markdown_include.include: + base_path: docs