diff --git a/Servers/Containerization/Docker/Compose/Material MkDocs.md b/Servers/Containerization/Docker/Compose/Material MkDocs.md index 2445a30..991f365 100644 --- a/Servers/Containerization/Docker/Compose/Material MkDocs.md +++ b/Servers/Containerization/Docker/Compose/Material MkDocs.md @@ -54,11 +54,14 @@ 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: Homelab Documentation +site_name: Bunny Lab site_url: https://docs.bunny-lab.io site_author: Nicole Rappe site_description: >- - Bunny Lab Server, Script, and Container Documentation + Server, Script, Workflow, and Networking Documentation +repo_url: https://git.bunny-lab.io/bunny-lab/docs +repo_name: bunny-lab/docs +edit_uri: _edit/main/ # Configuration theme: @@ -67,7 +70,7 @@ theme: features: - announce.dismiss - content.action.edit - - content.action.view +# - content.action.view - content.code.annotate - content.code.copy - content.code.select @@ -134,6 +137,9 @@ extra: status: new: Recently added deprecated: Deprecated + +extra_css: + - stylesheets/extra.css # Extensions markdown_extensions: