ITADN
srobo/docs
srobo/docs · 文件
文件最后提交记录最后更新时间
README.md

Student Robotics Documentation

The Student Robotics public documentation.

Getting Started

For ease of setup, a Docker container is provided. Install Docker and docker-compose, then 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.

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.