oss-fuzz/docs
Max Moroz e4d3fb0f8c
[infra][docs] Be more explicit about code coverage being supported for C/C++ only (#4284). (#4303)
* [infra][docs] Be more explicit about code coverage being supported for C/C++ only (#4284).

* fix typos and pass env variable
2020-08-12 09:32:05 -07:00
..
advanced-topics [infra][docs] Be more explicit about code coverage being supported for C/C++ only (#4284). (#4303) 2020-08-12 09:32:05 -07:00
further-reading Updated fuzzer_environment.md (#4009) 2020-06-18 08:21:49 -07:00
getting-started Updating documentation to reflect new feature custom build frequency (#4235) 2020-08-03 10:43:35 -07:00
images Change arrows to ovals (#3386) 2020-02-13 16:21:52 -08:00
oss-fuzz [docs] Replace "furthur" with "further" throughout the documentation. (#2737) 2019-08-21 15:10:15 -07:00
reference [docs] Remove link to the old builder (#3538). (#4257) 2020-08-06 11:36:40 -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 Upgrade docs rubygems. (#4165) 2020-07-20 08:00:45 -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 [docs] Add FAQ entry regarding forked repos + bump the bundler version. (#4078) 2020-07-07 09:22:05 -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 Delete unnecessary files and fix format in some MD pages (#4115) 2020-07-16 15:27:29 -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.