updates
This commit is contained in:
parent
ce6873f833
commit
b5da825295
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
.vscode/
|
||||
doc/
|
||||
site/
|
||||
venv/
|
||||
|
|
|
@ -5,6 +5,9 @@ Based on https://squidfunk.github.io/mkdocs-material/getting-started/
|
|||
## Instructions to change the content
|
||||
|
||||
Edit md files on docs/
|
||||
|
||||
Create a venv, install mkdocs and mkdocs-material.
|
||||
|
||||
´mkdocs build´ That generates or updates content on site/
|
||||
|
||||
<!-- example: cd site; scp -r . ereuseadm@xyz.ereuse.org:help -->
|
||||
|
|
Loading…
Reference in a new issue