Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
advanced-topics/ | 03-May-2024 | - | 679 | 518 | ||
clusterfuzzlite/ | 03-May-2024 | - | 498 | 377 | ||
further-reading/ | 03-May-2024 | - | 156 | 112 | ||
getting-started/ | 03-May-2024 | - | 1,599 | 1,231 | ||
images/ | 03-May-2024 | - | ||||
oss-fuzz/ | 03-May-2024 | - | 34 | 28 | ||
reference/ | 03-May-2024 | - | 158 | 115 | ||
.gitignore | D | 03-May-2024 | 50 | 6 | 5 | |
404.html | D | 03-May-2024 | 350 | 24 | 20 | |
Gemfile | D | 03-May-2024 | 73 | 3 | 2 | |
Gemfile.lock | D | 03-May-2024 | 7.6 KiB | 278 | 274 | |
README.md | D | 03-May-2024 | 368 | 20 | 15 | |
_config.yml | D | 03-May-2024 | 1.3 KiB | 41 | 19 | |
faq.md | D | 03-May-2024 | 9.6 KiB | 216 | 159 | |
favicon.ico | D | 03-May-2024 | 14.7 KiB | |||
glossary.md | D | 03-May-2024 | 82 | 2 | 1 | |
ideal_integration.md | D | 03-May-2024 | 96 | 2 | 1 | |
index.md | D | 03-May-2024 | 2.7 KiB | 65 | 49 | |
new_project_guide.md | D | 03-May-2024 | 97 | 2 | 1 | |
reproducing.md | D | 03-May-2024 | 90 | 2 | 1 |
README.md
1# Readme 2 3Use the following instructions to make documentation changes locally. 4 5## Prerequisites 6```bash 7$ sudo apt install ruby bundler 8$ bundle config set path 'vendor/bundle' 9$ bundle install 10``` 11 12## Serving locally 13```bash 14$ bundle exec jekyll serve 15``` 16 17## Theme documentation 18We are using the [just the docs](https://pmarsceill.github.io/just-the-docs/) 19theme. 20