First Release Manual BAL Plugin v0.6.1
Some checks failed
Build and deploy docs / deploy (push) Failing after 1s

This commit is contained in:
2026-07-30 01:38:42 +02:00
parent 2ab16d910e
commit fb1c5ec4b2
43 changed files with 427 additions and 48 deletions

View File

@@ -35,10 +35,13 @@ theme:
- content.code.copy
extra_css:
- stylesheets/extra.css
# The ?v= suffix defeats browser caching of the stylesheet. Bump the number
# whenever you change extra.css and the browser keeps showing the old style.
- stylesheets/extra.css?v=13
nav:
- Home: index.md
- FAQ: faq.md
- Getting started:
- Installation: getting-started/installation.md
- Create your first will: getting-started/quick-start.md
@@ -49,7 +52,7 @@ nav:
- The WILL tab: user-guide/will-tab.md
- Keeping the will up to date: user-guide/updating.md
- Offline backup transaction: user-guide/backup-transaction.md
- Wallet recovery use case: user-guide/wallet-recovery.md
- Wallet recovery use case (or wallet backup): user-guide/wallet-recovery.md
- Backing up wallet and will: user-guide/wallet-backup.md
- Hardware wallets: user-guide/hardware-wallets.md
- Compatibility: user-guide/compatibility.md
@@ -60,8 +63,8 @@ nav:
- Running a Will-Executor: will-executors/running-a-server.md
- Protocol:
- How it works: protocol/how-it-works.md
- REAL EXAMPLE: examples.md
- Security & Privacy: security-privacy.md
- FAQ: faq.md
plugins:
- search
@@ -110,7 +113,7 @@ markdown_extensions:
extra:
bal:
plugin_version: "0.6.1" # latest plugin release
electrum_tested: "4.7.1" # UNCONFIRMED for v0.6.1 — see internal/source-notes.md
electrum_tested: "4.8.0" # Electrum version v0.6.1 was tested against
electrum_latest: "4.8.0" # latest stable Electrum the manual assumes
welist_fee_sats: "50,000" # WeList yearly listing fee
welist_period_days: "365"
@@ -121,4 +124,4 @@ extra:
- icon: material/source-repository
link: https://bitcoin-after.life/gitea/bitcoinafterlife
copyright: Bitcoin After Life Protocol — open source, Bitcoin-only, no FIAT used.
copyright: Bitcoin After Life Protocol — open source. The whole project is built to run on Bitcoin only, with no fiat currency involved anywhere in its design.