]> gitweb.fluxo.info Git - padrao.git/commitdiff
Fix: docs: improved config withouth fetching external fonts
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 2 Jul 2024 20:38:06 +0000 (17:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 2 Jul 2024 20:38:06 +0000 (17:38 -0300)
mkdocs.yml

index 2295685d3172febdac00aeb421b54ebb5522a9b8..d0474a3e40cc01c5a0e6c9ebd43076485dafc855 100644 (file)
@@ -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