diff options
| -rw-r--r-- | mkdocs.yml | 16 | 
1 files changed, 16 insertions, 0 deletions
@@ -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  | 
