diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 17:38:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 17:38:06 -0300 |
commit | 3c035f5e3c6c872a42e2ce66e52ffc8abfc15f35 (patch) | |
tree | 5d2882ef51724fb41f591cd5f678f4d8ff03f9ae | |
parent | 00a2d49688352d6ede880b321ad52e8a8d7159e5 (diff) | |
download | padrao-3c035f5e3c6c872a42e2ce66e52ffc8abfc15f35.tar.gz padrao-3c035f5e3c6c872a42e2ce66e52ffc8abfc15f35.tar.bz2 |
Fix: docs: improved config withouth fetching external fonts
-rw-r--r-- | mkdocs.yml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |