oss-fuzz/docs
jonathanmetzman b41080b8f2
Improve fuzz introspector documentation. (#8859)
Fix grammar, wording, and make it clearer what fuzz introspetor offers.

(make changes suggested in https://github.com/google/oss-fuzz/pull/8800)
2022-10-25 15:58:11 -04:00
..
advanced-topics Centipede integration (#8046) 2022-09-06 02:34:58 +00:00
further-reading docs: remove minijail doc. (#6285) 2021-08-24 07:14:37 -07:00
getting-started Improve fuzz introspector documentation. (#8859) 2022-10-25 15:58:11 -04:00
images Update OSS-Fuzz process image. (#7248) 2022-02-08 10:02:37 -05:00
oss-fuzz
reference
.gitignore
404.html
Gemfile Update docs gems (#8115) 2022-08-02 10:44:36 +10:00
Gemfile.lock build(deps): bump nokogiri from 1.13.8 to 1.13.9 in /docs (#8827) 2022-10-24 17:01:50 -04:00
README.md [docs][NFC] Don't rely on deprecated flag to silence warning. (#6164) 2021-08-04 08:19:11 -07:00
_config.yml
faq.md Improve fuzz introspector documentation. (#8859) 2022-10-25 15:58:11 -04:00
favicon.ico
glossary.md
ideal_integration.md
index.md Centipede integration (#8046) 2022-09-06 02:34:58 +00:00
new_project_guide.md
reproducing.md

README.md

Readme

Use the following instructions to make documentation changes locally.

Prerequisites

$ sudo apt install ruby bundler
$ bundle config set path 'vendor/bundle'
$ bundle install

Serving locally

$ bundle exec jekyll serve

Theme documentation

We are using the just the docs theme.