oss-fuzz/docs
Adam Demuri c66f70f3ee
Fix a few typos in target_generation.md (#10908)
2023-09-01 10:50:56 +10:00
..
_sass/color_schemes Fix LLM report benchmark table. (#10845) 2023-08-16 17:03:45 +10:00
advanced-topics FIX: update broken hyperlink in the docs (#10467) 2023-06-05 14:44:15 -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 Use sarif by default (#10621) 2023-06-29 16:11:47 -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 activesupport from 7.0.4.3 to 7.0.7.2 in /docs (#10879) 2023-08-28 12:49:45 -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.