-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
103 lines (91 loc) · 2.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
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
site_name: Developers
site_url: https://developers.photos.network
repo_url: https://github.com/photos-network/developers.photos.network
edit_uri: edit/development/docs/
repo_name: photos.network
site_description: "https://photos.network is a free and open source, privacy first, self-hosted photo storage and sharing service."
site_author: "Stürmer, Benjamin"
copyright: 'Copyright © 2020 <a href="https://photos.network">Photos network developers</a>'
plugins:
- render_swagger
extra_css:
- _css/extra.css
extra_javascript:
- _js/extra.js
extra:
version: 0.1.0
social:
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/thebino/photos
- icon: fontawesome/brands/twitter
link: https://twitter.com/photosnetwork
markdown_extensions:
- pymdownx.highlight:
linenums: false
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- abbr
- footnotes
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
strict: true
# Navigation
nav:
- "Home": "index.md"
- "Getting started":
- "Overview": "overview.md"
- "Core":
- "Getting started": "core/index.md"
- "Structure": "core/structure.md"
- "Persistency": "core/persistency.md"
- "Authentication": "core/authentication.md"
- "Authorization flow": "core/authentication_flow.md"
- "Authorization": "core/authorization.md"
- "User management": "core/user_management.md"
- "Configuration": "core/configuration.md"
- "Plugins":
- "Create an addon": "plugins/index.md"
- "api": "plugins/api.md"
- "metadata": "plugins/metadata.md"
- "nextcloud": "plugins/nextcloud.md"
- "places365": "plugins/places365.md"
- "Frontend":
- "Getting started": "frontend/index.md"
- "Grid": "frontend/grid.md"
- "Albums": "frontend/albums.md"
- "Map": "frontend/map.md"
- "Search": "frontend/search.md"
- "Details": "frontend/details.md"
- "Share": "frontend/share.md"
- "Mobile":
- "General": "mobile/index.md"
- "Android": "mobile/android/index.md"
- "iOS": "mobile/ios/index.md"
- "FAQ": "faq.md"
# Theme
theme:
name: material
custom_dir: overrides
palette:
scheme: preference
primary: blue
accent: pink
# disable font loading to comply GDPR
font: false
icon:
logo: material/image
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- navigation.top