From afb1c87b2ace491a4b2228aa1b9b01476682061d Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 16 Jul 2021 14:29:51 +0200 Subject: [PATCH] Reorganizing getting-started --- docs/_config.yml | 4 ++-- docs/pages/getting-started.md | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index a7901db..0132d7c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,8 +3,8 @@ title: Stabilizer description: "User Manual" logo: "/assets/stabilizer-logo.png" -url: "https://quartiq.de" -baseurl: "/stabilizer" +#url: "https://quartiq.de" +#baseurl: "/stabilizer" exclude: ['README.md'] diff --git a/docs/pages/getting-started.md b/docs/pages/getting-started.md index bceb63a..3fefa77 100644 --- a/docs/pages/getting-started.md +++ b/docs/pages/getting-started.md @@ -13,16 +13,18 @@ nav_order: 2 --- # Getting Started +{: .no_toc } There are a number of steps that must be completed when first getting started with Stabilizer. -1. Set parameters in the firmware source code, such as IP addresses and sampling rate. -1. Build the application by compiling the source code. -1. Upload the application and programming it onto the device. +1. Update the Stabilizer Application + 1. Set parameters in the firmware source code, such as IP addresses and sampling rate. + 1. Build the application by compiling the source code. + 1. Upload the application and programming it onto the device. 1. Set up MQTT for telemetry and configuration. The following sections will walk you through completing each of these steps. -# Program Stabilizer +# Update Stabilizer Firmware is compiled and loaded onto Stabilizer to program a specific application.