init
This commit is contained in:
58
.gitea/workflows/mkdocs.yml
Executable file
58
.gitea/workflows/mkdocs.yml
Executable file
@@ -0,0 +1,58 @@
|
||||
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_plugin_manual
|
||||
repo_name: Gitea
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user