Added repo_url, repo_name, and repo_uri variables.

This commit is contained in:
2024-11-17 23:20:24 -07:00
parent cfb7e7124d
commit 5e46a4c17e

View File

@ -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. 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: Homelab Documentation site_name: Bunny Lab
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: >-
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 # Configuration
theme: theme:
@ -67,7 +70,7 @@ theme:
features: features:
- announce.dismiss - announce.dismiss
- content.action.edit - content.action.edit
- content.action.view # - content.action.view
- content.code.annotate - content.code.annotate
- content.code.copy - content.code.copy
- content.code.select - content.code.select
@ -134,6 +137,9 @@ extra:
status: status:
new: Recently added new: Recently added
deprecated: Deprecated deprecated: Deprecated
extra_css:
- stylesheets/extra.css
# Extensions # Extensions
markdown_extensions: markdown_extensions: