embassy/docs/README.md

10 lines
316 B
Markdown
Raw Normal View History

# embassy docs
2024-05-18 08:17:03 +00:00
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`.