forked from pulsejet/memories
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
71 lines (66 loc) · 1.72 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
site_name: Memories
site_url: https://memories.gallery
repo_url: https://github.com/pulsejet/memories
repo_name: pulsejet/memories
edit_uri: blob/master/docs/
copyright: Copyright © 2022 - 2023 <a href="https://github.com/pulsejet">Varun Patil</a>
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/7Dr9f9vNjJ
- icon: fontawesome/brands/github
link: https://github.com/pulsejet/memories
- icon: fontawesome/brands/discourse
link: https://help.nextcloud.com/c/apps/memories/
- icon: fontawesome/brands/google-play
link: https://play.google.com/store/apps/details?id=gallery.memories
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- content.action.edit
palette:
- scheme: default
primary: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/app.svg
favicon: assets/favicon.ico
custom_dir: docs/overrides
plugins:
- search
- social
nav:
- Home: 'index.md'
- Getting started:
- 'install.md'
- 'config.md'
- 'file-types.md'
- 'hw-transcoding.md'
- 'troubleshooting.md'
- 'system-config.md'
- 'occ-commands.md'
- Support:
- 'faq.md'
- 'changelog.md'
- 'memories-vs-photos.md'
- 'privacy.md'
markdown_extensions:
- admonition
- codehilite
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences