oss-fuzz/docs
Max Moroz a8c21cd243
[docs] Document FuzzedDataProvider support. (#2547)
* [docs][infra] Add build support for FuzzedDataProvider.

* address review comment

* document the new FDP location

* remove redundant new line
2019-08-26 13:42:59 -07:00
..
advanced-topics Fix doc links. (#2750) 2019-08-22 11:33:39 -07:00
further-reading [docs] Replace "furthur" with "further" throughout the documentation. (#2737) 2019-08-21 15:10:15 -07:00
getting-started [docs] Document FuzzedDataProvider support. (#2547) 2019-08-26 13:42:59 -07:00
images [infra] Update documentation (new coverage screenshots + some cleanup), follow-up #1839). 2018-10-01 08:13:41 -07:00
oss-fuzz [docs] Replace "furthur" with "further" throughout the documentation. (#2737) 2019-08-21 15:10:15 -07:00
reference Fix doc links. (#2750) 2019-08-22 11:33:39 -07:00
.gitignore Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
404.html Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
Gemfile Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
Gemfile.lock Update ruby gems for docs. (#2749) 2019-08-22 10:50:17 -07:00
README.md Documentation fixes. (#2705) 2019-08-15 15:07:23 -07:00
_config.yml Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
faq.md [docs] Replace "furthur" with "further" throughout the documentation. (#2737) 2019-08-21 15:10:15 -07:00
favicon.ico Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
glossary.md Documentation fixes. (#2705) 2019-08-15 15:07:23 -07:00
ideal_integration.md Update ideal_integration.md 2019-08-22 11:28:24 -07:00
index.md Document i386 fuzzing (#2704) 2019-08-19 14:07:33 -07:00
new_project_guide.md Documentation fixes. (#2705) 2019-08-15 15:07:23 -07:00
reproducing.md Add redirect for old reproducing.md (#2666) 2019-08-07 12:57:10 -07:00

README.md

Readme

Use the following instructions to make documentation changes locally.

Prerequisites

$ sudo apt install ruby bundler
$ bundle install --path vendor/bundle

Serving locally

$ bundle exec jekyll serve

Theme documentation

We are using the just the docs theme.