Update Containers/Docker/Docker Compose/Material MkDocs.md
This commit is contained in:
@ -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.
|
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"
|
```jsx title="/srv/containers/material-mkdocs/docs/mkdocs.yml"
|
||||||
# Project information
|
# Project information
|
||||||
site_name: Bunny Lab Documentation
|
site_name: Homelab Documentation
|
||||||
site_url: https://docs.bunny-lab.io
|
site_url: https://docs.bunny-lab.io
|
||||||
site_author: Nicole Rappe
|
site_author: Nicole Rappe
|
||||||
site_description: >-
|
site_description: >-
|
||||||
@ -98,15 +98,15 @@ theme:
|
|||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
primary: purple
|
primary: deep purple
|
||||||
accent: purple
|
accent: deep purple
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/toggle-switch
|
icon: material/toggle-switch
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
- media: "(prefers-color-scheme: dark)"
|
- media: "(prefers-color-scheme: dark)"
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: black
|
primary: black
|
||||||
accent: purple
|
accent: deep purple
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/toggle-switch-off
|
icon: material/toggle-switch-off
|
||||||
name: Switch to system preference
|
name: Switch to system preference
|
||||||
|
Reference in New Issue
Block a user