forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
34 lines (30 loc) · 994 Bytes
/
mkdocs.yml
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
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
dev_addr: '127.0.0.1:8010' # different port from default python http.server for g2html
nav:
- Home: index.md
- 'User guide':
- user-guide/running.md
- user-guide/configuring.md
- user-guide/inspecting.md
- user-guide/annotating.md
- 'Developer guide':
- developer-guide/developing.md
- developer-guide/firstanalysis.md
- developer-guide/messaging.md
- developer-guide/testing.md
- developer-guide/debugging.md
- developer-guide/profiling.md
- developer-guide/documenting.md
- developer-guide/releasing.md
- 'Artifact descriptions':
- "SAS '21": artifact-descriptions/sas21.md