summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkdocs.yml14
1 files changed, 14 insertions, 0 deletions
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