Files
bal-docs/.gitea/workflows/mkdocs.yml
2026-07-24 23:40:25 -04:00

60 lines
1.7 KiB
YAML
Executable File

site_name: BAL — Bitcoin After Life
site_description: Documentation for BAL, the open-source Electrum plugin for Bitcoin digital inheritance
site_url: https://bitcoin-after.life/docs/
repo_url: https://bitcoin-after.life/gitea/bitcoinafterlife/bal-docs
repo_name: Gitea
site_dir: /var/www/html/docs
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- navigation.footer
- search.suggest
- content.code.copy
nav:
- Home: index.md
- User Guide:
- Installation: user-guide/installation.md
- Interface overview: user-guide/interface.md
- Setting up heirs: user-guide/heirs.md
- The WILL tab: user-guide/will.md
- Backup transaction: user-guide/backup-transaction.md
- Wallet backup & recovery: user-guide/wallet-backup.md
- Hardware wallets: user-guide/hardware-wallets.md
- Will-Executors:
- Service list: will-executor/service-list.md
- Running a server: will-executor/running-a-server.md
- Security & Privacy: security-privacy.md
- FAQ: faq.md
markdown_extensions:
- admonition
- attr_list
- tables
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: material/web
link: https://bitcoin-after.life
copyright: BAL Protocol 1.0 — Documentation draft based on User Manual revB