This repository contains the source code for building the Turtlebot4 User Manual. To view the manual, click here.
To build the Turtlebot4's User Manual locally, first install Ruby version 2.7.7
You can check your ruby the version using:
ruby -vEnsure that it is showing the correct version.
If you get the warning "No version is set for command ruby" then you need to set the active ruby version in asdf:
asdf global ruby 2.7.7Ensure your Ruby gems are up to date:
gem update --systemNext install Jekyll and the rest of the prerequisites. Be careful to not overwrite the Ruby version.
Clone this repository:
git clone https://github.com/turtlebot/turtlebot4-user-manual.gitBuild and start a local server:
cd turtlebot4-user-manual
make
make serverThe webpage will now be available at 127.0.0.1:4000