forked from photoprism/photoprism-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.deploy.yml
28 lines (28 loc) · 1.15 KB
/
mkdocs.deploy.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
INHERIT: mkdocs.yml
plugins:
- search
- privacy:
enabled: true
assets_fetch: true
assets_exclude:
- photoprism.app/*
- dl.photoprism.app/*
- www.photoprism.app/*
- docs.photoprism.app/*
- a.photoprism.app/*
- i.photoprism.app/*
- goreportcard.com/*
- redirects:
redirect_maps:
'team.md': 'https://www.photoprism.app/about/team'
'funding.md': 'https://www.photoprism.app/membership'
'privacy.md': 'https://www.photoprism.app/privacy'
'terms.md': 'https://www.photoprism.app/terms'
'code-of-conduct.md': 'https://www.photoprism.app/code-of-conduct'
'getting-started/freebsd.md': 'getting-started/ports/freebsd.md'
'getting-started/first-steps.md': 'user-guide/first-steps.md'
'user-guide/advanced/metadata.md': 'user-guide/library/metadata.md'
'user-guide/organize/browse.md': 'user-guide/search/index.md'
'user-guide/organize/views.md': 'user-guide/search/views.md'
'user-guide/organize/search.md': 'user-guide/search/filters.md'
'getting-started/advanced/https.md': 'getting-started/using-https.md'