Update Containers/Docker/Docker Compose/Material MkDocs.md

This commit is contained in:
Nicole Rappe
2023-12-22 05:55:18 -07:00
parent 29db04a22c
commit f855cd924c

View File

@ -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