Contents for the MIPCVs wiki. See wiki.mipcvs.dev
This repository updates the wiki for CV updates. It contains infomration that will be used to inform the submission process and caviats in relation to this. The intuitive markdown format and open source (github repo) format allow relevant leads and users to update the documentation in real time.
The files within here consist of a nested structure on markdown files, that may be downloaded and distributed with the software. These can be found within the docs
folder. T
A secondary technical wiki outlining how to change the intircasies of mkdoc and other tools will be available at developer.mipcvs.dev.
Docmentation is found in the `docs` folder with the file names and hierarchy affecting the navigational menu.
- menu/page name is determined by the
#
header tag at the top of a file.
https://github.com/selfhostedshow/wiki/tree/master
https://squidfunk.github.io/mkdocs-material/reference/admonitions/
The following are Notes and will be tidied away in due course.
https://squidfunk.github.io/mkdocs-material/getting-started/
docker pull squidfunk/mkdocs-material
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new .
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build