Files
breez-sdk-docs/README.md
2023-08-04 15:54:12 +02:00

355 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 --open