You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
368 B

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