An open API service indexing awesome lists of open source software.

https://github.com/stacks-archive/sbtc-docs

Documentation about sBTC
https://github.com/stacks-archive/sbtc-docs

Last synced: about 2 months ago
JSON representation

Documentation about sBTC

Awesome Lists containing this project

README

        

# README

This is the documentation for sBTC. It is created with [mdbook](https://rust-lang.github.io/mdBook/index.html) and you can find a summary of the contents in [SUMMARY.md](./src/SUMMARY.md).

To serve the documentation locally, please [install mdbook](https://rust-lang.github.io/mdBook/guide/installation.html).
To be able to render [Mermaid] charts you will also need to install the [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid) preprocessor.

This repo also uses Github actions to automatically deploy to [Github pages](https://stacks-network.github.io/sbtc-docs/) on every commit