Documentation for all love live game preservation.
Find a file
2023-07-20 22:03:15 -05:00
docs Updated SIFAC sorta 2023-07-20 21:53:29 -05:00
build.sh Updated 2023-07-20 22:03:15 -05:00
LICENSE Initial commit 2023-07-08 16:28:01 +00:00
mkdocs.yml Started working 2023-07-11 22:40:05 -05:00
README.md Updated 2023-07-20 22:03:15 -05:00
run.sh Started working 2023-07-09 00:12:16 -05:00

ll-hax-docs

Documentation for all Love Live related game hacking.

Mkdocs Environment:

conda create --name ll-hax-docs python=3.8.2
conda activate ll-hax-docs
pip install mkdocs mkdocs-material 

Build (and publish)

mkdocs build -f ./mkdocs.yml -d docs_build
git switch pages
mv -f docs_build/* .
rm -rf docs_build
git add .
git commit -m "Updated"
git push
git switch main