Skip to content

bluerobotics/bluerobotics.github.io

Repository files navigation

Blue Robotics Documentation Website Build Status

This repository is the home to Blue Robotics' product documentation, including product manuals, tutorials, and guides. This information is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. We welcome and encourage contributions from others as well as reports of issues or errors.

For more information please visit the actual documentation site.

##How the Website Works

The documentation website uses the Github Pages feature to host the website directly from this repository. The documentation is written in Markdown and uses Jekyll to generate the website.

If you want to play around with it and make modifications, just create a fork of the repository.

When you've got the files on your computer, you can host the site locally by typing:

jekyll serve

Then visit the site at http://localhost:4000/.

For more information on how to install Jekyll on your computer, visit the Jekyll website.