2019-08-15 22:07:23 +00:00
|
|
|
# Readme
|
|
|
|
|
|
|
|
Use the following instructions to make documentation changes locally.
|
|
|
|
|
|
|
|
## Prerequisites
|
2019-08-06 20:29:19 +00:00
|
|
|
```bash
|
2019-08-15 22:07:23 +00:00
|
|
|
$ sudo apt install ruby bundler
|
|
|
|
$ bundle install --path vendor/bundle
|
2019-08-06 20:29:19 +00:00
|
|
|
```
|
|
|
|
|
2019-08-15 22:07:23 +00:00
|
|
|
## Serving locally
|
2019-08-06 20:29:19 +00:00
|
|
|
```bash
|
2019-08-15 22:07:23 +00:00
|
|
|
$ bundle exec jekyll serve
|
2019-08-06 20:29:19 +00:00
|
|
|
```
|
|
|
|
|
2019-08-15 22:07:23 +00:00
|
|
|
## Theme documentation
|
2019-08-06 20:29:19 +00:00
|
|
|
We are using the [just the docs](https://pmarsceill.github.io/just-the-docs/)
|
|
|
|
theme.
|