oss-fuzz/docs
correctmost dbbc986755
doc: add rust to list of languages that support llvm-cov arguments (#12127)
Some example Rust projects that are already using this functionality:


7dc680836c/projects/askama/project.yaml (L11-L13)


7dc680836c/projects/gitoxide/project.yaml (L12-L13)


7dc680836c/projects/wasmer/project.yaml (L15-L16)
2024-06-26 16:05:49 -04:00
..
_sass/color_schemes Fix LLM report benchmark table. (#10845) 2023-08-16 17:03:45 +10:00
advanced-topics doc: add rust to list of languages that support llvm-cov arguments (#12127) 2024-06-26 16:05:49 -04:00
assets/css Fix LLM report benchmark table. (#10845) 2023-08-16 17:03:45 +10:00
further-reading docs: remove minijail doc. (#6285) 2021-08-24 07:14:37 -07:00
getting-started Fix doc timeouts and ooms and allow these options in GH Action (#12003) 2024-06-07 15:44:29 -04:00
images Add image of OpenSSL bug (#10850) 2023-08-16 17:14:58 -04:00
oss-fuzz doc: replace libfuzzer.info links with llvm.org (#10131) 2023-04-24 11:35:51 +10:00
reference doc: replace libfuzzer.info links with llvm.org (#10131) 2023-04-24 11:35:51 +10:00
research Fix a few typos in target_generation.md (#10908) 2023-09-01 10:50:56 +10: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 Update docs gems (#8115) 2022-08-02 10:44:36 +10:00
Gemfile.lock build(deps-dev): bump the bundler group across 1 directory with 2 updates (#11962) 2024-05-20 08:34:54 -04:00
README.md Update README.md (#9576) 2023-02-06 10:32:48 -05:00
_config.yml Updated Google Analytics (#9777) 2023-02-23 13:00:42 +11:00
faq.md doc: replace libfuzzer.info links with llvm.org (#10131) 2023-04-24 11:35:51 +10: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 Olivekl add project history (#10841) 2023-08-15 19:17:37 +00: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.