forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (39 loc) Β· 1.69 KB
/
mkdocs.yml
File metadata and controls
43 lines (39 loc) Β· 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
site_name: Goblint documentation
site_description: Goblint static analysis framework documentation
repo_url: https://github.com/goblint/analyzer
theme:
name: readthedocs
hljs_languages: # non-default languages, see https://highlightjs.org/download/
- ocaml
# prev_next_buttons_location: both
markdown_extensions:
- toc:
permalink: True
- footnotes
dev_addr: '127.0.0.1:8010' # different port from default python http.server for g2html
nav:
- π Home: index.md
- 'πΊ User guide':
- π Installing: https://github.com/goblint/analyzer#installing
- βΆοΈ Running: user-guide/running.md
- π§ Configuring: user-guide/configuring.md
- ποΈ Options reference: jsfh/options.schema.html
- β οΈ Assumptions: user-guide/assumptions.md
- π Inspecting: user-guide/inspecting.md
- π Annotating: user-guide/annotating.md
- π Benchmarking: user-guide/benchmarking.md
- 'π§ Developer guide':
- ποΈ Developing: developer-guide/developing.md
- πΆ Your first analysis: developer-guide/firstanalysis.md
- π« Extending library: developer-guide/extending-library.md
- π’ Messaging: developer-guide/messaging.md
- ποΈ API reference: https://goblint.github.io/analyzer/goblint/
- π¨ Testing: developer-guide/testing.md
- πͺ² Debugging: developer-guide/debugging.md
- π Profiling: developer-guide/profiling.md
- π Documenting: developer-guide/documenting.md
- π Releasing: developer-guide/releasing.md
- 'π¦ Artifact descriptions':
- "πΈ SAS '21": artifact-descriptions/sas21.md
- "πͺ ESOP '23": artifact-descriptions/esop23.md
- "π» VMCAI '24": artifact-descriptions/vmcai24.md