This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
114 lines (102 loc) · 2.86 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
site_name: surplus Documentation
site_url: https://surplus.joshwel.co
site_author: Mark Joshwel and surplus contributors
site_description: documentation for the surplus and sibling projects
repo_name: markjoshwel/surplus
repo_url: https://github.com/markjoshwel/surplus
copyright: |
with with all our hearts, 2023-2024, mark joshwel and contributors<br>
documentation is dedicated to the public domain with <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>
nav:
- about:
- surplus: "index.md"
- licences: "licences.md"
- changelog: "changelog.md"
- handbooks:
- "using.md"
- "developing.md"
- "contributing.md"
- on wheels:
- "onwheels/index.md"
- bridges:
- about bridges: "onwheels/bridges.md"
- "onwheels/telegram-bridge.md"
- "onwheels/whatsapp-bridge.md"
- "onwheels/emulating-termux-location.md"
- "onwheels/emulating-termux-notification.md"
- backup links:
"links.md"
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.expand
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- pymdownx.snippets
font: false
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Light Theme
primary: custom
accent: custom
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Dark Theme
primary: custom
accent: custom
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: System Theme
primary: custom
accent: custom
icon:
admonition:
abstract: material/text-box-outline
tip: material/pencil-outline
note: material/information-slab-box-outline
warning: material/alert-outline
danger: material/alert-octagon-outline
extra_css:
- stylesheets/extra.css
plugins:
- search
- privacy
#- git-revision-date-localized:
# enable_creation_date: true
- exporter:
formats:
pdf:
enabled: !ENV [MKDOCS_EXPORTER_PDF_ENABLED, true]
stylesheets:
- docs/stylesheets/pdf.scss
aggregator:
enabled: true
output: documentation.pdf
buttons:
- title: Download as PDF
icon: material-file-download-outline
enabled: !!python/name:mkdocs_exporter.formats.pdf.buttons.download.enabled
attributes: !!python/name:mkdocs_exporter.formats.pdf.buttons.download.attributes
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences