This is the documentation repository for the PARC 2024 project. The documentation is written in Markdown and is built using MkDocs.
Install dependencies using the following command:
pip install -r requirements.txtTo build the documentation, run the following command:
mkdocs buildTo serve the documentation locally, run the following command:
mkdocs serveTo deploy the documentation, run the following command:
mkdocs gh-deploy