mirror of https://github.com/google/oss-fuzz.git
209de621e6
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. |
||
---|---|---|
.. | ||
advanced-topics | ||
further-reading | ||
getting-started | ||
images | ||
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.