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 docs: add extended Fuzz Introspector doc (#9487) 2023-01-31 09:58:23 +11:00
further-reading docs: remove minijail doc. (#6285) 2021-08-24 07:14:37 -07:00
getting-started Update integration rewards documentation. (#9543) 2023-02-01 15:42:40 +11: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 Add missing blog posts (#9569) 2023-02-03 01:51:08 +00: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 Update docs gems (#8115) 2022-08-02 10:44:36 +10:00
Gemfile.lock build(deps): bump commonmarker from 0.23.6 to 0.23.7 in /docs (#9496) 2023-01-24 19:43:27 -05:00
README.md Update README.md (#9576) 2023-02-06 10:32:48 -05:00
_config.yml Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
faq.md Updated FAQ (#9671) 2023-02-09 17:48:06 -05: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 Update README and Docs to add recent blog article and update trophy stats (#9567) 2023-02-03 00:02:44 +00: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 config set path 'vendor/bundle'
$ bundle install

Serving locally

$ bundle exec jekyll serve

Theme documentation

We are using the just the docs theme.