No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-17 00:57:04 +00:00
docs Initial commit (history removed) 2026-07-17 09:52:00 +09:00
.gitignore Initial commit (history removed) 2026-07-17 09:52:00 +09:00
build.sh Initial commit (history removed) 2026-07-17 09:52:00 +09:00
LICENSE Initial commit (history removed) 2026-07-17 09:52:00 +09:00
mkdocs.yml Initial commit (history removed) 2026-07-17 09:52:00 +09:00
README.md Update README.md 2026-07-17 00:57:04 +00:00
run.sh Initial commit (history removed) 2026-07-17 09:52:00 +09:00

ll-hax-docs

https://docs.sif.moe

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