mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 14:24:19 +01:00
19 lines
355 B
Markdown
19 lines
355 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 --open
|
|
```
|