19 lines
348 B
Markdown
19 lines
348 B
Markdown
|
|
# Readme
|
||
|
|
|
||
|
|
Use the following instructions to make documentation changes locally.
|
||
|
|
|
||
|
|
## Prerequisites
|
||
|
|
```bash
|
||
|
|
$ sudo apt install ruby bundler
|
||
|
|
$ bundle install --path vendor/bundle
|
||
|
|
```
|
||
|
|
|
||
|
|
## Serving locally
|
||
|
|
```bash
|
||
|
|
$ bundle exec jekyll serve
|
||
|
|
```
|
||
|
|
|
||
|
|
## Theme documentation
|
||
|
|
We are using the [just the docs](https://pmarsceill.github.io/just-the-docs/)
|
||
|
|
theme.
|