generated from PumasAI-Labs/Workshop-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (76 loc) · 2.01 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Pumas-AI Data Visualization Workshop
repo_name: PumasAI-Labs/Data-Visualization
repo_url: https://github.com/PumasAI-Labs/Data-Visualization
copyright: Copyright © 2023 Pumas-AI, Inc.
plugins:
- search
theme:
name: material
logo: assets/logo.png
icon:
repo: fontawesome/brands/github
favicon: assets/logo.png
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
highlightjs: true
hljs_languages:
- yaml
- julia
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.footer
- search.suggest
- search.highlight
- toc.follow
- toc.integrate
extra:
homepage: https://pumas.ai
generator: false
social:
- icon: fontawesome/solid/globe
link: https://pumas.ai
- icon: fontawesome/brands/twitter
link: https://twitter.com/pumas_ai
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/pumas-ai
- icon: fontawesome/solid/paper-plane
link: mailto:training@pumas.ai
markdown_extensions:
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
nav:
- Home: index.md
- Reference Sheet: reference.md
- Instructor's Note: instructors.md
- Code of Conduct: code_of_conduct.md
- Waiver of Liability: waiver.md
- How to Contribute: contribute.md