Files
breez-sdk-docs/README.md
2023-11-04 10:00:21 +01:00

397 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
cargo install --path ./snippets-processor
mdbook build
mdbook serve --open