tree: 634cc8dcb9fd541344c18b71641e600981a7e340 [path history] [tgz]
  1. advanced-topics/
  2. clusterfuzzlite/
  3. further-reading/
  4. getting-started/
  5. images/
  6. oss-fuzz/
  7. reference/
  8. .gitignore
  9. 404.html
  10. _config.yml
  11. faq.md
  12. favicon.ico
  13. Gemfile
  14. Gemfile.lock
  15. glossary.md
  16. ideal_integration.md
  17. index.md
  18. new_project_guide.md
  19. README.md
  20. reproducing.md
docs/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.