Update Servers/Containerization/Docker/Compose/Material MkDocs.md

This commit is contained in:
2025-04-20 23:56:45 -06:00
parent 9bf304058c
commit 1ea70e5ef2

View File

@ -24,7 +24,7 @@ sequenceDiagram
``` ```
## Deploy Material MKDocs ## Deploy Material MKDocs
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: '3' version: '3'
services: services:
@ -46,13 +46,13 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
N/A N/A
``` ```
## Config Example ## Config Example
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" ```yaml title="/srv/containers/material-mkdocs/docs/mkdocs.yml"
# Project information # Project information
site_name: Bunny Lab site_name: Bunny Lab
site_url: https://docs.bunny-lab.io site_url: https://docs.bunny-lab.io