Skip to content

Commit

Permalink
RSDK-8754 Refactor micro-rdk development setup docs (#3537)
Browse files Browse the repository at this point in the history
Co-authored-by: Sierra Guequierre <[email protected]>
Co-authored-by: Naomi Pentrel <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent 5fd4b8c commit bbc7955
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 157 deletions.
2 changes: 1 addition & 1 deletion docs/components/camera/esp32-camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For example, the `OV2640` with a ribbon cable connected to an ESP32:

{{< alert title="Software requirements" color="note" >}}
To use this model, you must follow the [`viam-micro-server` Development Setup](/installation/viam-micro-server-dev/), which enables you to install and activate the ESP-IDF.
At the step [Generate a new project from a template](/installation/viam-micro-server-dev/#install-viam-micro-server) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
At the step [Generate a new project from a template](/installation/viam-micro-server-dev/#creating-a-project-or-module) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
Finish the [`viam-micro-server` Development Setup](/installation/viam-micro-server-dev/) and return to this guide.
{{< /alert >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/components/camera/fake-micro-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The camera always returns the same image, which is an image of a circle inside a

{{< alert title="Software requirements" color="note" >}}
To use this model, you must follow the [`viam-micro-server` Development Setup](/installation/viam-micro-server-dev/), which enables you to install and activate the ESP-IDF.
At the step [Generate a new project from a template](/installation/viam-micro-server-dev/#install-viam-micro-server) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
At the step [Generate a new project from a template](/installation/viam-micro-server-dev/#creating-a-project-or-module) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
Finish the [`viam-micro-server` Development Setup](/installation/viam-micro-server-dev/) and return to this guide.
{{< /alert >}}

Expand Down
Loading

0 comments on commit bbc7955

Please sign in to comment.