From 5b11a4de97d61438b03264ad3e7ca90b420f5521 Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 7 Mar 2023 18:12:51 +0100 Subject: [PATCH] add generate docs instruction --- embedded-workshop-book/src/button-implementation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/embedded-workshop-book/src/button-implementation.md b/embedded-workshop-book/src/button-implementation.md index 96bbd47..afc4064 100644 --- a/embedded-workshop-book/src/button-implementation.md +++ b/embedded-workshop-book/src/button-implementation.md @@ -51,4 +51,12 @@ Run the following command: ```shell cargo run --bin button +``` + +### Step 7: Generate the docs! + +Out of the apps folder run the following command to build the docs for this crate and to view your written documentation! + +```shell +cargo doc ``` \ No newline at end of file