1
0
Fork
You've already forked ll-hax-docs
0
forked from carette/ll-hax-docs
Documentation for all love live game hacking.
  • Shell 100%
2024年06月10日 21:07:15 +02:00
docs add Altstore instructions for IOS installation on sifas tab 2024年06月10日 21:07:15 +02:00
.gitignore Huge ethan patch, like actually so huge 2024年02月20日 19:31:27 -06: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 Huge ethan patch, like actually so huge 2024年02月20日 19:31:27 -06:00
README.md Added link 2023年10月02日 15:26:23 +00:00
run.sh Started working 2023年07月09日 00:12:16 -05:00

ll-hax-docs

https://carette.codeberg.page/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