Skip to content

srobo/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Robotics Documentation

The Student Robotics public documentation.

Getting Started

For ease of setup, a Docker container is provided. Simply install Docker and docker-compose, and run docker compose up.

Once setup, the site will be accessible on http://localhost:4000/docs/

Manual

  1. Clone this repo

  2. Install Ruby

  3. Install Bundler (2.3 or above) and Rake

    $ gem install bundler rake
  4. Start the app in development mode

    $ rake dev

Making changes

When you've made a change, either push it to a forked repository, or to a feature branch, and raise a pull request.

Navigation Sidebar

The docs navigation sidebar is generated from _data/sidebar_tree.yaml as part of the build process. This file is manually updated so that we can explicitly control which files are included, in what order as well as adjust the page titles.