From: Silvio Rhatto Date: Tue, 2 Jul 2024 20:38:06 +0000 (-0300) Subject: Fix: docs: improved config withouth fetching external fonts X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c035f5e3c6c872a42e2ce66e52ffc8abfc15f35;p=padrao.git Fix: docs: improved config withouth fetching external fonts --- diff --git a/mkdocs.yml b/mkdocs.yml index 2295685..d0474a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,24 @@ +# Site parameters site_name: Padrão Fluxo +# Theme configuration +# See https://www.mkdocs.org/user-guide/choosing-your-theme/ +# https://squidfunk.github.io/mkdocs-material/ theme: name: material logo: https://fluxo.info/images/fluxo.png + # Do not use external fonts + # Useful for offline operation, GDPR compliance and privacy in general + # See https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading + # + # This option was superseded by the privacy plugin: + # https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin + font: false + +# Navigation +# https://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation nav: - index.md - rescue.md