pounder_test/docs
Ryan Summers f1947db6c9 Squashing manual changes 2021-07-15 13:28:19 +02:00
..
assets Squashing manual changes 2021-07-15 13:28:19 +02:00
pages Squashing manual changes 2021-07-15 13:28:19 +02:00
Gemfile Squashing manual changes 2021-07-15 13:28:19 +02:00
Gemfile.lock Squashing manual changes 2021-07-15 13:28:19 +02:00
README.md Squashing manual changes 2021-07-15 13:28:19 +02:00
_config.yml Squashing manual changes 2021-07-15 13:28:19 +02:00
favicon.ico Squashing manual changes 2021-07-15 13:28:19 +02:00
index.md Squashing manual changes 2021-07-15 13:28:19 +02:00

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:

  1. Install Ruby
  2. Install Jekyll
  3. Install Bundler
  4. From this directory:
bundle install
bundle exec jekyll serve
  1. Navigate to localhost:4000 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 --bins
cp -r target/thumbv7em-none-eabihf/doc docs/firmware