diff --git a/Containers/Docker/Docker Compose/Material MkDocs.md b/Containers/Docker/Docker Compose/Material MkDocs.md index 473eb9c..a596322 100644 --- a/Containers/Docker/Docker Compose/Material MkDocs.md +++ b/Containers/Docker/Docker Compose/Material MkDocs.md @@ -54,7 +54,7 @@ N/A When you deploy MKDocs, you will need to give it a configuration to tell MKDocs how to structure itself. The configuration below is what I used in my deployment. This file is one folder level higher than the `/docs` folder that holds the documentation of the website. ```jsx title="/srv/containers/material-mkdocs/docs/mkdocs.yml" # Project information -site_name: Bunny Lab Documentation +site_name: Homelab Documentation site_url: https://docs.bunny-lab.io site_author: Nicole Rappe site_description: >- @@ -98,15 +98,15 @@ theme: name: Switch to light mode - media: "(prefers-color-scheme: light)" scheme: default - primary: purple - accent: purple + primary: deep purple + accent: deep purple toggle: icon: material/toggle-switch name: Switch to dark mode - media: "(prefers-color-scheme: dark)" scheme: slate primary: black - accent: purple + accent: deep purple toggle: icon: material/toggle-switch-off name: Switch to system preference