-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
87 lines (77 loc) · 1.96 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
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: RiverBench
site_description: RiverBench is an open, community-driven RDF streaming benchmark suite.
site_url: https://riverbench.github.io/v/
plugins:
- search
- include-markdown
- macros
- mike:
deploy_prefix: v
canonical_version: latest
hooks:
- hooks/fix_title.py
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/icons
- pymdownx.tabbed:
alternate_style: true
repo_url: https://github.com/RiverBench/RiverBench
repo_name: RiverBench/RiverBench
theme:
name: material
custom_dir: overrides
features:
# Behave like an SPA
- navigation.instant
# Update anchors in the address bar
- navigation.tracking
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-3
name: Switch to light mode
logo: assets/riverbench_vector_icon_white.png
favicon: assets/riverbench_vector_icon.png
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
default:
- latest
- stable
social:
- icon: fontawesome/brands/github
link: https://github.com/RiverBench
name: RiverBench on GitHub