This repository contains code for Gazebo's documentation index. The documentation index can be accessed at https://j-rivero.github.io/gazebo-doc-index/.
Status: Alpha version released
More information about the project can be found in the design specification document design_spec.md
.
git clone https://github.com/j-rivero/gazebo-doc-index.git
cd gazebo-doc-index
bundle exec jekyll serve
This folder is where information about all the categories is stored. Each file represents a category and contains information about sub-categories and items.
This folder stores the HTML layouts of the home page and the category page along with a wrapper layout that is the parent layout which includes the navbar and footer components.
This folder contains HTML code for the navbar and the footer.
Refer to CONTRIBUTING.md for information about how to contribute to the project.