-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (61 loc) · 1.68 KB
/
mkdocs.yml
File metadata and controls
61 lines (61 loc) · 1.68 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
site_name: Archive Query Log
site_description: Mining Millions of Search Result Pages of Hundreds of Search Engines from 25 Years of Web Archives.
site_author: Webis group
copyright: Copyright © 2024 Webis
site_url: https://webis-de.github.io/archive-query-log
repo_url: https://github.com/webis-de/archive-query-log
repo_name: webis-de/archive-query-log
edit_uri: edit/elastic/docs/
strict: true
nav:
- Introduction: index.md
- Foo: test.md
- Issue Tracker: https://github.com/webis-de/archive-query-log/issues
plugins:
- search
- offline
extra:
social:
- name: GitHub
icon: fontawesome/brands/github
link: https://github.com/webis-de
- name: Twitter / X
icon: fontawesome/brands/x-twitter
link: https://twitter.com/webis_de
generator: false
theme:
name: material
locale: en
language: en
logo: webis-logo-white.svg
favicon: favicon.png
features:
- content.action.edit
icon:
repo: fontawesome/brands/github
edit: material/pencil
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to system preference
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format