ll-hax-docs/mkdocs.yml
2025-02-23 20:24:34 -06:00

46 lines
1.3 KiB
YAML

site_name: LL Hax Docs
site_url: https://ll.hax.sif.moe
nav:
- Home: index.md
- Puchiguru: pugu/README.md
- SIF:
- SIF - Introduction: sif/README.md
- Private (self hostable) servers: sif/private-servers.md
- Patching the apk: sif/apk-patching.md
- Patching the ipa: sif/ipa-patching.md
- SIFAC: sifac/README.md
- SIFAS:
- SIFAS - Introduction: sifas/README.md
- Private (self hostable) servers: sifas/private-server.md
- Easy install: sifas/easy-install.md
- Patching the apk: sifas/apk-patching.md
- SIF2:
- SIF2 - Introduction: sif2/README.md
- Private (self hostable) servers: sif2/private-servers.md
- Easy install: sif2/easy-install.md
- Contributing: contributing.md
theme:
name: material
language: en
palette:
# Palette toggle for light mode
- scheme: default
primary: pink
accent: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: pink
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
baselevel: 2
separator: "_"
extra_css:
- style/better.css