forked from legendof-selda/mkdocs-plotly-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
69 lines (62 loc) · 1.62 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
site_name: mkdocs-plotly-plugin
site_description: "Mkdocs plugin to include charts in your site."
edit_uri: ''
repo_url: 'https://github.com/haoda-li/mkdocs-plotly-plugin'
repo_name: 'haoda-li/mkdocs-plotly-plugin'
copyright: 'Copyright © 2023'
use_directory_urls: true
theme:
name: material
icon:
logo: material/chart-box
repo: fontawesome/brands/github
palette:
- scheme: default
primary: green
accent: deep purple
toggle:
icon: material/lightbulb
name: Dark mode
- scheme: slate
accent: green
primary: deep purple
toggle:
icon: material/lightbulb-outline
name: Light mode
nav:
- Home: index.md
- Gallery: gallery.md
- Dark Theme: autotheme.md
- Contributing: contributing.md
plugins:
- search
- plotly
use_directory_urls: true
markdown_extensions:
- attr_list
- meta
- admonition
- pymdownx.keys
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ['docs']
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: plotly
class: mkdocs-plotly
format: !!python/name:mkdocs_plotly_plugin.fences.fence_plotly
- pymdownx.tabbed:
alternate_style: true
extra:
generator: false
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/haoda-li/
- icon: fontawesome/brands/github
link: https://github.com/haoda-li/
- icon: fontawesome/brands/google
link: https://scholar.google.com/citations?user=e1Bif78AAAAJ
copyright: Copyright © 2017 - 2023 | Haoda Li