-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
156 lines (147 loc) · 3.87 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
site_name: Eddy3D
site_description: 'Airflow and microclimate simulations for Rhino and Grasshopper'
site_url: https://eddy3d.com
repo_url: https://github.com/Eddy3D-Dev/Eddy3D-Website
edit_uri: blob/main/docs/
site_author: Patrick Kastner
copyright: >-
Copyright © 2018-2025 Eddy3D
extra_css:
- stylesheets/extra.css
#extra:
nav:
- Home: index.md
- Download: download.md
- Support: support.md
- Documentation: "https://docs.eddy3d.com"
theme:
name: material
custom_dir: docs/overrides
#font: false
logo: assets/cd/favicon.svg
favicon: assets/cd/favicon.svg
features:
- tabs
- instant
- navigation.tabs
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
- navigation.expand
#- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
#- navigation.tabs.sticky
- navigation.top
- navigation.path
- navigation.tracking
- navigation.path
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
- announce.dismiss
palette:
primary: white
# - media: "(prefers-color-scheme)"
# toggle:
# icon: material/link
# name: Switch to light mode
# - media: "(prefers-color-scheme: light)"
# scheme: default
# primary: black
# accent: indigo
# toggle:
# icon: material/toggle-switch
# name: Switch to dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# primary: black
# accent: indigo
# toggle:
# icon: material/toggle-switch-off
# name: Switch to system preference
markdown_extensions:
- md_in_html
#- pymdownx.blocks.caption
- attr_list
- admonition
- meta
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/overrides/.icons
# Plugins
plugins:
# - mkdocs-video
- glightbox:
skip_classes:
- skip-lightbox
- git-revision-date-localized:
type: timeago
custom_format: "%d. %B %Y"
timezone: US/Eastern
locale: en
fallback_to_build_date: true
enable_creation_date: true
exclude:
- contact.md
- download.md
- index.md
- support.md
enabled: true
strict: true
- tags
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- git-authors:
show_contribution: true
show_line_count: true
show_email_address: false
count_empty_lines: false
fallback_to_empty: false
sort_authors_by: name
authorship_threshold_percent: 1
#ignore_commits: .git-blame-ignore-revs
exclude:
- contact.md
- download.md
- index.md
- support.md
enabled: true
enabled_on_serve: false
strict: true
- search
- title-casing
#- multirepo:
# (optional) tells multirepo to cleanup the temporary directory after site is built.
# cleanup: false
# if set the docs directory will not be removed when importing docs. When using this with a nav section in an imported repo
# you must keep the docs directory in the path (e.g., docs/path/to/file.md).
#keep_docs_dir: true
#nav_repos:
#- name: documentation
# import_url: https://github.com/Eddy3D-Dev/Eddy3D-Documentation/?branch=main
# imports: [/docs/*]