-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
171 lines (156 loc) · 3.89 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# Project information
site_name: My Docs
site_url: https://a3bagged.github.io/theme-test/
site_author: Chris van Liere
site_description: >-
Unlock the best of your printer with back-to-basic firmware, customizable for all creality printers. Achieve more results with less creality.
#Repository
repo_name: A3Bagged/theme-test
repo_url: https://github.com/A3Bagged/theme-test
edit_uri: edit/main/docs/
copyright: Copyright © 2024 - All rights reserved
theme:
name: material
custom_dir: custom/overrides
language: en
font:
text: Inter
code: Roboto Mono
logo: assets/logo.png
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
logo: fontawesome/solid/w
annotation: material/plus-circle
palette:
# Light mode
- media: "(prefers-color-scheme: dark)"
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.footnote.tooltips
- content.action.edit
#- content.action.view
- content.tooltips
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.sections
- navigation.expand
- navigation.prune
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
#Insiders only
- navigation.path
- navigation.instant.prefetch
#Extra styling CSS/Java
extra_css:
- assets/stylesheets/extra.css
# Plugins
plugins:
- blog:
archive_date_format: yyyy
archive_url_date_format: yyyy
draft: true
post_url_format: "{slug}"
- search:
lang: en
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- tags
# INSIDERS=1 mkdocs build
- group:
enabled: !ENV INSIDERS
plugins:
- optimize
- social
- typeset
extra:
status:
<identifier>: <description>
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
#generator: false
social:
- icon: simple/kofi
link: https://ko-fi.com/pellcorp49698
- icon: material/hand-coin
link: https://gofund.me/2033eedb
- icon: simple/github
link: https://github.com/pellcorp
- icon: simple/discord
link: https://discord.gg/tGGVn5qjgv
# Extensions
markdown_extensions:
- stepslist
- abbr
- attr_list
- md_in_html
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.blocks.caption
- toc:
title: On this page
permalink: true
toc_depth: 3
- tables
- admonition
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tasklist:
custom_checkbox: true
# Page tree
nav:
- Home: index.md
- Getting started:
- getting-started.md
- Markdown: getting-started/markdown.md
- Admonitions: getting-started/admonitions.md
- Codeblocks: getting-started/codeblocks.md
- Custom:
- Setup example: getting-started/setup.md
- Using beta tags: getting-started/test.md
- Blog:
- blog/index.md
- Example pages:
- cartographer.md
- FAQ.md
- Tutorials:
- custom-homepage.md
- homepage-live-demo.md