mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2026-01-07 15:54:32 +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
19 lines
348 B
Markdown
19 lines
348 B
Markdown
# Introduction
|
|
|
|
The SDK docs are live at [https://sdk-doc.breez.technology](https://sdk-doc.breez.technology).
|
|
|
|
|
|
## Contributions
|
|
|
|
For syntax and supported features, see [https://rust-lang.github.io/mdBook](https://rust-lang.github.io/mdBook).
|
|
|
|
## Develop
|
|
|
|
To locally serve the docs run:
|
|
|
|
```bash
|
|
cargo install mdbook
|
|
mdbook build
|
|
mdbook serve
|
|
```
|