oss-fuzz/docs/README.md

19 lines
348 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 install --path vendor/bundle
```
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://pmarsceill.github.io/just-the-docs/)
theme.