-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (59 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
64 lines (59 loc) · 1.53 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
site_name: Data Vis Documentation
site_description: "A Blender add-on for creating charts and graphs from data."
site_author: "Zdeněk Doležal"
repo_url: https://github.com/Griperis/BlenderDataVis/
copyright: "© 2020- Zdeněk Doležal"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
mkdocs-video:
is_video: True
video_controls: False
video_autoplay: True
video_loop: True
video_muted: True
css_style:
width: "100%"
padding: "0px 16px"
theme:
name: material
favicon: assets/logo_square.png
logo: assets/logo_square.png
palette:
scheme: slate
primary: black
accent: deep purple
features:
- navigation.top
- navigation.footer
extra:
analytics:
provider: google
property: G-DZZY8FSL1X
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
nav:
- About: index.md
- Quickstart: quickstart.md
- Data: data.md
- Charts: charts.md
- Features:
- Axis: features/axis.md
- Color: features/color.md
- Animations: features/animations.md
- Data Labels: features/data_labels.md
- Legacy Mode: legacy_mode.md
- FAQ: faq.md