• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

advanced-topics/23-Nov-2023-580436

further-reading/23-Nov-2023-157113

getting-started/23-Nov-2023-1,4381,110

images/23-Nov-2023-

oss-fuzz/23-Nov-2023-3428

reference/23-Nov-2023-158115

.gitignoreD23-Nov-202350 65

404.htmlD23-Nov-2023350 2420

GemfileD23-Nov-202373 32

Gemfile.lockD23-Nov-20237.1 KiB266262

README.mdD23-Nov-2023348 1914

_config.ymlD23-Nov-20231.3 KiB4119

faq.mdD23-Nov-20239.6 KiB216159

favicon.icoD23-Nov-202314.7 KiB

glossary.mdD23-Nov-202382 21

ideal_integration.mdD23-Nov-202396 21

index.mdD23-Nov-20232.7 KiB6549

new_project_guide.mdD23-Nov-202397 21

reproducing.mdD23-Nov-202390 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 install --path vendor/bundle
9```
10
11## Serving locally
12```bash
13$ bundle exec jekyll serve
14```
15
16## Theme documentation
17We are using the [just the docs](https://pmarsceill.github.io/just-the-docs/)
18theme.
19