-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
65 lines (63 loc) · 1.75 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
site_name: Yacht
theme:
name: material
logo: https://raw.githubusercontent.com/SelfhostedPro/Yacht/cc0d73b71c972e59d4167f03768c147129827685/frontend/src/assets/logo.svg
favicon: assets/images/favicon.ico
palette:
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- toc.follow
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
# copyright: >
# Copyright © 2023 SelfhostedPro –
# <a href="#__consent">Change cookie settings</a>
nav:
- welcome: index.md
- basics:
- basics/index.md
- development:
- development/index.md
plugins:
- search
markdown_extensions:
- tables
- attr_list
- 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.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
extra:
homepage: https://yacht.sh
# consent:
# title: Cookie consent
# description: >-
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.