oss-fuzz/docs
Hayley Denbraver 209de621e6
Updated FAQ (#9671)
FAQ was wrongly listed as a "parent" page, so it ended up with a
mysterious, empty table of contents at the bottom of the page (not to be
confused with the table of contents for the structure of the page itself
which should be there and is left unchanged).

Go to [the current faq page](https://google.github.io/oss-fuzz/faq/) and
scroll to the bottom to see what I mean. This fix cleans that up and I
confirmed by running locally.
2023-02-09 17:48:06 -05:00
..
advanced-topics
further-reading
getting-started
images Update OSS-Fuzz process image. (#7248) 2022-02-08 10:02:37 -05:00
oss-fuzz
reference
.gitignore
404.html
Gemfile
Gemfile.lock
README.md
_config.yml
faq.md
favicon.ico
glossary.md
ideal_integration.md
index.md
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.