Documentation for all love live game hacking.
- Shell 100%
|
|
||
|---|---|---|
| docs | Forgot title | |
| .gitignore | update gitignore | |
| build.sh | This script can automate the build process now | |
| LICENSE | Initial commit | |
| mkdocs.yml | add mikuauah changes | |
| README.md | Added link | |
| run.sh | typo | |
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