-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
70 lines (65 loc) · 1.49 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
site_name: AWS Community Projects
site_description: AWS Community Projects
site_author: AWS Community Builders
theme:
name: material
logo: media/logo.png
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.instant
- navigation.indexes
- navigation.tabs
- navigation.tracking
- content.code.annotate
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: green
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- attr_list
- admonition
- def_list
- tables
- meta
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
toc_depth: 4
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
# plugins:
# - git-revision-date
# - search
# extra:
# analytics:
# provider: google
# property: UA-XXXXXXXX-X
nav:
- Overview:
- index.md
- Community Benchmarks:
- community-benchmarks.md
- csv2ddb.md