From bdd679e82552c75923f296df105ed4b022fa40f2 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 21 Dec 2023 06:13:09 -0700 Subject: [PATCH] Update Containers/Docker/Docker Compose/Material MkDocs.md --- Containers/Docker/Docker Compose/Material MkDocs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/Docker/Docker Compose/Material MkDocs.md b/Containers/Docker/Docker Compose/Material MkDocs.md index e0f8c8e..f11c200 100644 --- a/Containers/Docker/Docker Compose/Material MkDocs.md +++ b/Containers/Docker/Docker Compose/Material MkDocs.md @@ -32,7 +32,7 @@ N/A ## 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. -```jsx title="mkdocs.yml" +```jsx title="/srv/containers/material-mkdocs/docs/mkdocs.yml" # Project information site_name: Bunny Lab Documentation site_url: https://docs.bunny-lab.io