Added repo_url, repo_name, and repo_uri variables.
This commit is contained in:
@ -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
|
||||||
@ -135,6 +138,9 @@ extra:
|
|||||||
new: Recently added
|
new: Recently added
|
||||||
deprecated: Deprecated
|
deprecated: Deprecated
|
||||||
|
|
||||||
|
extra_css:
|
||||||
|
- stylesheets/extra.css
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- abbr
|
- abbr
|
||||||
|
Reference in New Issue
Block a user