• Home
Name Date Size #Lines LOC

..--

advanced-topics/03-May-2024-679518

clusterfuzzlite/03-May-2024-498377

further-reading/03-May-2024-156112

getting-started/03-May-2024-1,5991,231

images/03-May-2024-

oss-fuzz/03-May-2024-3428

reference/03-May-2024-158115

.gitignoreD03-May-202450 65

404.htmlD03-May-2024350 2420

GemfileD03-May-202473 32

Gemfile.lockD03-May-20247.6 KiB278274

README.mdD03-May-2024368 2015

_config.ymlD03-May-20241.3 KiB4119

faq.mdD03-May-20249.6 KiB216159

favicon.icoD03-May-202414.7 KiB

glossary.mdD03-May-202482 21

ideal_integration.mdD03-May-202496 21

index.mdD03-May-20242.7 KiB6549

new_project_guide.mdD03-May-202497 21

reproducing.mdD03-May-202490 21

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