This commit is contained in:
leandro@ac.upc.edu 2025-02-28 17:42:34 +01:00
parent ce6873f833
commit b5da825295
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
.vscode/
doc/
site/
venv/

View file

@ -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 -->