forked from dbworkload/dbworkload
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
102 lines (97 loc) · 2.44 KB
/
mkdocs.yml
File metadata and controls
102 lines (97 loc) · 2.44 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
site_name: dbworkload
site_description: Simulator utility for DBMS workloads.
repo_name: dbworkload/dbworkload
repo_url: https://github.com/dbworkload/dbworkload
plugins:
- search
markdown_extensions:
- attr_list
- mkdocs-click
- admonition
- pymdownx.details
- pymdownx.superfences
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: assets/dbw.jpg
favicon: assets/dbw.jpg
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/lightbulb-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
accent: orange
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: orange
toggle:
icon: material/lightbulb-outline
name: Switch to system preference
features:
- content.code.annotate
- content.code.copy
# - content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
# - navigation.instant.preview
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dbworkload/dbworkload
- icon: fontawesome/solid/comments
link: https://github.com/dbworkload/dbworkload/discussions
- icon: fontawesome/brands/docker
link: https://github.com/dbworkload/dbworkload/pkgs/container/dbworkload
- icon: fontawesome/brands/python
link: https://pypi.org/project/dbworkload/
nav:
- Home:
- index.md
- Getting Started:
- getting_started/index.md
- installation.md
- drivers.md
- getting_started/0.md
- getting_started/1.md
- getting_started/2.md
- getting_started/3.md
- getting_started/4.md
- getting_started/5.md
- getting_started/6.md
- getting_started/7.md
- how_it_works.md
- Utility Functions:
- util/index.md
- util/yaml.md
- util/csv.md
- util/merge_sort.md
- util/gen_stub.md
- util/html.md
- util/plot.md
- util/merge_csvs.md
- cli.md
- faq.md
- about.md