-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
74 lines (63 loc) · 1.75 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: Iguana $RELEASE_VERSION Documentation
extra:
version: $RELEASE_VERSION
release_version: $RELEASE_VERSION
social:
- icon: fontawesome/brands/github
link: https://github.com/dice-group/IGUANA
repo_url: https://github.com/dice-group/IGUANA
repo_name: dice-group/IGUANA
edit_uri: ""
theme:
#name: 'readthedocs'
custom_dir: 'images/'
name: material
features:
- navigation.tabs
- navigation.top
- toc.integrate
include_search_page: false
search_index_only: true
language: en
font:
text: Roboto
code: Roboto Mono
logo: logo_white.png
favicon: IGUANA_logo.png
icon:
logo: logo
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: teal
accent: deep purple
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- macros
color: "#82BDC3"
nav:
- "General":
- "About": "README.md"
- "Configuration":
- "Overview": "configuration/overview.md"
- "Tasks": "configuration/tasks.md"
- "Workers": "configuration/workers.md"
- "Queries": "configuration/queries.md"
- "Response Body Processing": "configuration/response_body_processor.md"
- "Language Processor": "configuration/language_processor.md"
- "Result Storage": "configuration/storages.md"
- "Metrics": "configuration/metrics.md"
- "RDF Results": "configuration/rdf_results.md"
- "Javadocs":
- "Javadocs": "http://iguana-benchmark.eu/javadoc/latest/"