Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
advanced-topics/ | 03-May-2024 | - | 580 | 436 | ||
further-reading/ | 03-May-2024 | - | 157 | 113 | ||
getting-started/ | 03-May-2024 | - | 1,438 | 1,110 | ||
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.1 KiB | 266 | 262 | |
README.md | D | 03-May-2024 | 348 | 19 | 14 | |
_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 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