-
Notifications
You must be signed in to change notification settings - Fork 75
/
mkdocs.yml
43 lines (39 loc) · 1.69 KB
/
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
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