mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
10 lines
316 B
Markdown
10 lines
316 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 be built like this:
|
|
|
|
```
|
|
asciidoctor -d book -D thebook/ index.adoc
|
|
```
|
|
|
|
Then open the generated file `thebook/index.html`.
|