mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
20 lines
397 B
Markdown
20 lines
397 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
|
|
cargo install --path ./snippets-processor
|
|
mdbook build
|
|
mdbook serve --open
|
|
```
|