oss-fuzz/docs
dependabot[bot] 5398f4253d
build(deps): bump nokogiri from 1.13.3 to 1.13.4 in /docs (#7555)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.13.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.3...v1.13.4)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 10:20:59 -04: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 Update new_project_guide.md (#7477) 2022-03-30 10:43:25 -04: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 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 build(deps): bump nokogiri from 1.13.3 to 1.13.4 in /docs (#7555) 2022-04-12 10:20:59 -04: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 Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
faq.md Remove misleading "secure" adjective from Docker FAQ. (#6929) 2021-11-29 22:23:03 -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 [ClusterFuzzLite] Support local runs (#6987) 2022-01-19 17:24:47 -05: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.