From e3e178e075022ada9b56a2175b3e3ec7de1d2c9e Mon Sep 17 00:00:00 2001 From: ROMemories <152802150+ROMemories@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:08:26 +0200 Subject: [PATCH] docs(README): add a badge linking to the dev rustdoc docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbd1d49a5..7aaacd029 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # RIOT-rs [![Build Status][build-badge]][build-info] -[![Documentation][doc-badge]][documentation-mdbook] +[![Book][book-badge]][documentation-mdbook] +[![Documentation][rustdoc-badge]][documentation-dev-rustdoc] [![Matrix][matrix-badge]][matrix-link] > Rust & RIOT combined for ergonomic embedded development @@ -142,5 +143,7 @@ be dual licensed as above, without any additional terms or conditions. [build-info]: https://github.com/future-proof-iot/RIOT-rs/actions/workflows/main.yml [matrix-badge]: https://img.shields.io/badge/chat-Matrix-brightgreen.svg [matrix-link]: https://matrix.to/#/#RIOT-rs:matrix.org -[doc-badge]: https://img.shields.io/badge/Documentation-%F0%9F%93%94-blue +[book-badge]: https://img.shields.io/badge/Book-%F0%9F%93%94-blue +[rustdoc-badge]: https://img.shields.io/badge/Documentation-%F0%9F%93%94-blue [documentation-mdbook]: https://future-proof-iot.github.io/RIOT-rs/dev/docs/book/ +[documentation-dev-rustdoc]: https://future-proof-iot.github.io/RIOT-rs/dev/docs/api/