blob: 94ebd7a0555af3ae304e3972c7c3d51812efe606 (
plain)
1
2
3
4
5
6
7
8
9
|
# embassy docs
The documentation hosted at [https://embassy.dev/book](https://embassy.dev/book). Building the documentation requires the [asciidoctor](https://asciidoctor.org/) tool, and can built running `make` in this folder:
```
make
```
Then open the generated file `thebook/index.html`.
|