forked from cporcellijr/bookbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (52 loc) · 1.48 KB
/
Copy pathmkdocs.yml
File metadata and controls
58 lines (52 loc) · 1.48 KB
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
site_name: ABS-KoSync Enhanced
site_url: https://cporcellijr.github.io/abs-kosync-bridge/
site_author: cporcellijr
site_description: The ultimate bridge for cross-platform reading and listening synchronization.
repo_name: cporcellijr/abs-kosync-bridge
repo_url: https://github.com/cporcellijr/abs-kosync-bridge
theme:
name: material
logo: static/images/logo.png
favicon: static/images/favicon.png
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide: user-guide.md
- Configuration: configuration.md
- Troubleshooting: troubleshooting.md
- Changelog: changelog.md