X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fmkdocs.yml;h=b554d3df3aacdf6b34cdf16863b4a7d125840eed;hb=fdf33392b37dbff62cc4d76f603b160366a5091c;hp=925363e2c392df5c806626bfbfc4c62d393db49b;hpb=656afe78031c0cde1b4d6ccab6295640e098ac7e;p=akkoma diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 925363e2c..b554d3df3 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,21 +1,24 @@ site_name: Akkoma Documentation theme: - favicon: 'images/akko_badday.png' + favicon: 'images/favicon.ico' name: 'material' custom_dir: 'theme' # Disable google fonts font: false - logo: 'images/akko_badday.png' + logo: 'images/logo.png' features: - - tabs + - navigation.tabs + - toc.follow + - navigation.instant + - navigation.sections palette: primary: 'deep purple' accent: 'blue grey' extra_css: - css/extra.css -repo_name: 'AkkomaGang/docs' -repo_url: 'https://akkoma.dev/AkkomaGang/docs' +repo_name: 'AkkomaGang/akkoma' +repo_url: 'https://akkoma.dev/AkkomaGang/akkoma' extra: repo_icon: gitea @@ -31,7 +34,8 @@ markdown_extensions: - pymdownx.tasklist: custom_checkbox: true - pymdownx.superfences - - pymdownx.tabbed + - pymdownx.tabbed: + alternate_style: true - pymdownx.details - markdown_include.include: base_path: docs