mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 04:40:39 +00:00
10 lines
295 B
Markdown
10 lines
295 B
Markdown
# 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`.
|