1a75859311
430: Adding docker instructions r=ryan-summers a=ryan-summers This PR fixes #429 by updating the getting started page to direct users to run Mosquitto through docker. The experience is honestly a lot better on all platforms (in my experience). Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com> |
||
---|---|---|
.. | ||
assets | ||
pages | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
Rakefile | ||
_config.yml | ||
favicon.ico | ||
index.md |
README.md
This folder represents the Github Pages site that is used to host Stabilizer's user guide.
The site is hosted with Jekyll and utilizes the "Just the Docs" theme.
To run locally:
bundle install
bundle exec jekyll serve
- Navigate to
localhost:4000/stabilizer/
in a web browser
Note: Some of the links in the docs rely on Cargo's documentation. To make all links work locally, run:
cargo doc --no-deps -p dsp -p miniconf -p stabilizer -p ad9959
cp -r target/thumbv7em-none-eabihf/doc docs/firmware