Contributing
Contributing (To the docs repo)¶
This repo for the documentation here is open source, so please make your edits there:
git clone https://codeberg.org/carette/ll-hax-docs.git
https://codeberg.org/carette/ll-hax-docs
DM/ping me (@caretchara) on Discord if you need it to be updated (the public instance).
Using conda¶
conda create --name ll-hax-docs python=3.8.2
conda activate ll-hax-docs
pip install mkdocs mkdocs-material
mkdocs serve
Using venv¶
python3 -m venv venv
source venv/bin/activate
pip install mkdocs mkdocs-material
mkdocs serve