/gazebo-doc-index

A platform that brings together all of Gazebo's learning resources in one place, in an organised fashion, helping beginners and professionals to find the right help in terms of documentation content and resources quickly.

Primary LanguageHTMLApache License 2.0Apache-2.0

Gazebo Documentation Index

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.

Getting started

Prerequisites

Setup

git clone https://github.com/j-rivero/gazebo-doc-index.git
cd gazebo-doc-index
bundle exec jekyll serve

_categories

This folder is where information about all the categories is stored. Each file represents a category and contains information about sub-categories and items.

_layout

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.

_includes

This folder contains HTML code for the navbar and the footer.

Contribution guidelines

Refer to CONTRIBUTING.md for information about how to contribute to the project.