oss-fuzz/docs
dependabot[bot] 6f24755983
Bump nokogiri from 1.11.1 to 1.11.5 in /docs (#5806)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.11.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.1...v1.11.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-20 13:17:00 -07:00
..
advanced-topics Use afl++ in docs. (#5049) 2021-01-26 15:28:08 -08:00
further-reading Fix typos and one link (#5645) 2021-04-20 15:46:16 -07:00
getting-started Update new_project_guide.md (#5805) 2021-05-20 11:28:04 -07:00
images Change arrows to ovals (#3386) 2020-02-13 16:21:52 -08: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 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 Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
Gemfile.lock Bump nokogiri from 1.11.1 to 1.11.5 in /docs (#5806) 2021-05-20 13:17:00 -07:00
README.md Documentation fixes. (#2705) 2019-08-15 15:07:23 -07:00
_config.yml Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
faq.md Clarify in the new project guide that pull_images may be needed for coverage runs. (#5506) 2021-03-25 07:43:18 -07: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 Add docs for Java/JVM fuzzing (#5298) 2021-03-05 07:22:24 -08: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 install --path vendor/bundle

Serving locally

$ bundle exec jekyll serve

Theme documentation

We are using the just the docs theme.