mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
# Conflicts: # src/guide/getting_started.md # src/guide/lnurl_auth.md # src/guide/lnurl_pay.md # src/guide/lnurl_withdraw.md # src/guide/payments.md # src/guide/receive_onchain.md # src/guide/send_onchain.md
348 B
348 B
Introduction
The SDK docs are live at https://sdk-doc.breez.technology.
Contributions
For syntax and supported features, see https://rust-lang.github.io/mdBook.
Develop
To locally serve the docs run:
cargo install mdbook
mdbook build
mdbook serve