-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
128 lines (119 loc) · 3.51 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
site_name: Duckcloud
nav:
- Installation Guide:
- Introduction: installation-guide/introduction.md
- Packages:
- Package Managers: installation-guide/packages/package-managers.md
- Manual Installation: installation-guide/packages/manual-installation.md
- Configuration: installation-guide/configuration.md
- Reverse Proxies:
- Why use a Proxy ?: installation-guide/proxies/why-use-a-proxy.md
- Apache 2.4: installation-guide/proxies/apache-2.md
- Caddy 1: installation-guide/proxies/caddy-1.md
- Caddy 2: installation-guide/proxies/caddy-2.md
- Haproxy: installation-guide/proxies/haproxy.md
- NGINX: installation-guide/proxies/nginx.md
- Systemd: installation-guide/systemd.md
- Password registration: installation-guide/password.md
- About:
- Credits: credits.md
- Public License: license/agpl.md
# External links.
extra:
generator: false
homepage: https://duckcloud.fr
alternate:
- name: 🇬🇧 English
link: /
lang: en
social:
- icon: fontawesome/brands/github
link: https://github.com/theduckcompany/duckcloud
# - icon: fontawesome/brands/patreon
# link: https://link.duckcloud.fr/patreon
# - icon: material/chat
# link: https://link.duckcloud.fr/chat
# - icon: fontawesome/brands/mastodon
# link: https://floss.social/@duckcloud
# - icon: material/home
# link: https://www.duckcloud.fr/
# Project paths.
docs_dir: docs
site_dir: site
# Project information.
site_name: Duckcloud
site_description: Official Documentation
site_author: TheDuckCompany
site_url: https://docs.duckcloud.fr/
use_directory_urls: true
# Repository information.
repo_name: theduckcompany/duckcloud
repo_url: https://github.com/theduckcompany/duckcloud
edit_uri: https://github.com/theduckcompany/duckcloud-docs/tree/master/docs
copyright: 'Made with ❤ in France'
theme:
name: 'material'
# Default values, taken from mkdocs_theme.yml
language: en
features:
- content.action.edit
- content.tooltips
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- navigation.instant
- navigation.instant.progress
font:
text: Roboto
code: Roboto Mono
# MkDocs extensions.
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shortener: true
social_url_shortener: true
normalize_issue_symbols: true
user: 'photoprism'
repo: 'photoprism'
- pymdownx.mark
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- md_in_html
- attr_list
- def_list
- tables
- abbr
- meta