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

index 38cf8395b545fb97cfc707345bd3a177c291609b..e9799c308d1766eaa00183685adbc8b5a347a5f6 100644 (file)
@@ -1,10 +1,26 @@
+# Site parameters
 site_name: Hydra Suite
 
+# Theme configuration
+# See https://www.mkdocs.org/user-guide/choosing-your-theme/
+#     https://squidfunk.github.io/mkdocs-material/
 theme:
+  # Theme name
   name: material
 
+  # Logo
   logo: assets/logo.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
   - install.md