testing
This commit is contained in:
parent
ed9100bc8f
commit
e86a669d9d
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,5 +8,7 @@
|
||||
!dockerbox.yml
|
||||
!hypervisor.yml
|
||||
!minecraft.yml
|
||||
!mkdocs.yml
|
||||
!unifi.yml
|
||||
/environments/
|
||||
/site/
|
||||
|
1
docs/.gitignore
vendored
Normal file
1
docs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
python
|
23
mkdocs.yml
Normal file
23
mkdocs.yml
Normal file
@ -0,0 +1,23 @@
|
||||
site_name: moxie
|
||||
site_author: Kris Lamoureux
|
||||
copyright: Copyright © 2021 Kris Lamoureux
|
||||
|
||||
# Repository
|
||||
repo_name: krislamo/moxie
|
||||
repo_url: https://github.com/krislamo/moxie
|
||||
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
primary: black
|
||||
icon:
|
||||
logo: material/server
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/krislamo
|
||||
|
||||
#nav:
|
||||
# - Home: index.md
|
6
serve-docs.sh
Executable file
6
serve-docs.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
[ ! -d "./docs/python" ] && python3 -m venv ./docs/python
|
||||
. ./docs/python/bin/activate
|
||||
pip install mkdocs-material==7.3.3
|
||||
mkdocs serve
|
||||
deactivate
|
Loading…
Reference in New Issue
Block a user