forked from builder555/PineSAM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
153 lines (139 loc) · 3.68 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
---
# Project info
site_name: ''
site_url: https://builder555.github.io/PineSAM/
site_description: "PineSAM is a Bluetooth LE app to control the Pinecil V2 through a browser."
copyright: Copyright © 2023 Builder555
# repo config
repo_name: PineSAM
repo_url: https://github.com/builder555/PineSAM/
edit_uri: edit/dev/docs/
docs_dir: docs
# Theme and config
theme:
name: material
custom_dir: docs/overrides
favicon: img/favicon.ico
logo: img/logo-A017A5.png
icon:
edit: material/file-edit-outline
repo: fontawesome/brands/github-alt
# Don't auto-load Google fonts- Privacy issue
font: false
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: cyan
accent: purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
highlightjs: true
hljs_languages:
- bash
- python
- yaml
- javascript
- powershell
features:
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.top
# tab buttons in the top banner
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.path
- navigation.footer
- search.highlight
- search.suggest
- toc.integrate
- content.action.edit
# adds a copy button to all codeblocks for convenience
- content.code.copy
# Customization
extra_css:
- assets/stylesheets/extra.css
# For Privacy - defines/uses local fonts
- assets/stylesheets/fonts.css
extra_javascript:
- assets/javascripts/extra.js
# Plugins
plugins:
- autolinks
- search
- git-committers:
repository: builder555/PineSAM
branch: dev
- git-revision-date-localized:
enable_creation_date: true
type: timeago
- awesome-pages
- open-in-new-tab
- macros:
# true if in CD/CI environment
on_error_fail: true
# zoom for images
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: true
caption_position: bottom
# lower-right banner info, see extra.css for animation
extra:
social:
- icon: simple/githubsponsors
link: https://github.com/sponsors/builder555
name: Sponsor the project
- icon: fontawesome/regular/star
link: https://github.com/builder555/PineSAM
name: Give it a Star if you like!
- icon: fontawesome/brands/github-alt
link: https://github.com/builder555/PineSAM
name: Go to repository
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
# built-in icons: material, fontAwesome, octicons, simple
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.magiclink
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: "🔗︎"
# for screen readers
permalink_title: Anchor link to this section for reference