From db2ce2055d396a6a230b50c6a0ce5747148ff2a0 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Thu, 8 Aug 2019 11:38:32 +0200 Subject: [PATCH] docs: add link to a built version of the docs --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index 82793a18a..8fb15e156 100644 --- a/core/README.md +++ b/core/README.md @@ -15,4 +15,4 @@ It runs both inside of the device and also in the Trezor Emulator. The documentation can be found in the `docs` folder. See [SUMMARY.md](docs/SUMMARY.md) for a list of topics. - +The documentation is also automatically built into a HTML format using [mdBook](https://github.com/rust-lang-nursery/mdBook) and deployed to [https://docs.trezor.io](https://docs.trezor.io/trezor-firmware/core/), where you can read it in a well arranged way.