oss-fuzz/docs
Evgeny Vereshchagin 189c961dc6
docs: drop out-of-date paragraph (#7403)
Issues like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45628
aren't always reproducible with libFuzzer so to really trigger them using
the OSS-Fuzz toolchain they should be built and run with engines used to
trigger them originally. `reproduce` supports them now.
2022-03-21 16:46:42 +11:00
..
advanced-topics docs: drop out-of-date paragraph (#7403) 2022-03-21 16:46:42 +11:00
further-reading docs: remove minijail doc. (#6285) 2021-08-24 07:14:37 -07:00
getting-started native Go fuzzing: Update docs (#7286) 2022-02-15 11:52:36 +00:00
images Update OSS-Fuzz process image. (#7248) 2022-02-08 10:02:37 -05:00
oss-fuzz Fix typos and one link (#5645) 2021-04-20 15:46:16 -07:00
reference Fix typos and one link (#5645) 2021-04-20 15:46:16 -07:00
.gitignore
404.html
Gemfile
Gemfile.lock Bump nokogiri from 1.12.5 to 1.13.3 in /docs (#7334) 2022-02-27 11:39:44 -05: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 Remove misleading "secure" adjective from Docker FAQ. (#6929) 2021-11-29 22:23:03 -05:00
favicon.ico
glossary.md
ideal_integration.md
index.md [ClusterFuzzLite] Support local runs (#6987) 2022-01-19 17:24:47 -05: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.