oss-fuzz/docs
Oliver Chang 84a2de2f84
Bump up rss limit to 2.5GB. (#3201)
2020-01-08 14:50:44 +11:00
..
advanced-topics Bump up rss limit to 2.5GB. (#3201) 2020-01-08 14:50:44 +11:00
further-reading Fix typo 2019-09-24 16:25:00 -07:00
getting-started [docs] Add "Integrating a Go project" documentation page (#2714). (#2837) 2019-09-17 07:15:22 -07:00
images [infra] Update documentation (new coverage screenshots + some cleanup), follow-up #1839). 2018-10-01 08:13:41 -07:00
oss-fuzz [docs] Replace "furthur" with "further" throughout the documentation. (#2737) 2019-08-21 15:10:15 -07:00
reference Fix doc links. (#2750) 2019-08-22 11:33:39 -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 Update ruby gems for docs. (#2749) 2019-08-22 10:50:17 -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 Bump up rss limit to 2.5GB. (#3201) 2020-01-08 14:50:44 +11: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 Document i386 fuzzing (#2704) 2019-08-19 14:07:33 -07: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.