-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
154 lines (145 loc) · 3.59 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
site_name: Eddy3D Component Documentation
site_description: Component Documentation
site_url: https://docs.eddy3d.com
repo_url: https://github.com/Eddy3D-Dev/Eddy3D-Documentation
edit_uri: blob/main/docs/
site_author: Patrick Kastner
copyright: >-
Copyright © 2018-2025 Eddy3D
extra_css:
- stylesheets/extra.css
#extra:
nav:
- Documentation:
- Start: index.md
- Outdoor:
- Start: outdoor/index.md
- Outdoor+:
- Start: outdoor+/index.md
- First Steps: outdoor+/first_steps.md
- Categories:
- ... | flat | outdoor+/categories/*.md
- Components:
- ... | flat | outdoor+/components/*.md
#- Categories:
# - ... | categories/*.md
#- Components:
# - ... | components/*.md
- Indoor:
- Start: indoor/index.md
- Back: "https://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
# Plugins
plugins:
# - mkdocs-video
- awesome-pages
- 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
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:
- index.md
enabled: true
enabled_on_serve: false
strict: true
- search
- title-casing