oss-fuzz/docs/README.md

20 lines
371 B
Markdown
Raw Normal View History

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