Before getting started, make sure your have the following installed on your system:
-
Open terminal
-
Run
bundle install
-
Initialize search data (creates search-data.json)
bundle exec just-the-docs rake search:init
-
Run your local Jekyll server
bundle exec jekyll serve
-
To preview your site, in your web browser, navigate to
http://localhost:4000
.
The current theme is called just-the-docs. Theme's documentation can be found at https://pmarsceill.github.io/just-the-docs/
- Make sure your pull from the master branch
- Create a PR
- Make sure your PR contains the following:
- A description of the changes made
- Why those changes were made
- Make sure your PR contains the following:
- Make sure your code is commented out