diff --git a/mkdocs.yml b/mkdocs.yml index b86929f9..b251e901 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -102,7 +102,7 @@ extra_javascript: extra: social: - icon: fontawesome/brands/github - link: https://github.com/nightscout/trio-docs + link: https://github.com/nightscout/Trio name: Trio on GitHub - icon: fontawesome/brands/discord link: https://discord.gg/FnwFEFUwXE diff --git a/overrides/partials/source.html b/overrides/partials/source.html new file mode 100644 index 00000000..8949bb3b --- /dev/null +++ b/overrides/partials/source.html @@ -0,0 +1,8 @@ +{#- Override mkdocs-material theme to show the nightscout/Trio GitHub repository instead nightscout/trio-docs -#} + +
+ {% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} {% + include ".icons/" ~ icon ~ ".svg" %} +
+
nightscout/Trio
+