-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (73 loc) · 2.26 KB
/
mkdocs.yml
File metadata and controls
77 lines (73 loc) · 2.26 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: Immich Stack
site_description: Automatically groups similar photos into stacks within the Immich photo management system
site_author: MajorFi
repo_url: https://github.com/majorfi/immich-stack
repo_name: majorfi/immich-stack
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.arithmatex:
generic: true
- admonition
- footnotes
- toc:
permalink: true
plugins:
- search
- git-revision-date-localized
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quick-start.md
- Configuration: getting-started/configuration.md
- Commands:
- Overview: commands/index.md
- Duplicates: commands/duplicates.md
- Fix Trash: commands/fix-trash.md
- Features:
- Stacking Logic: features/stacking-logic.md
- Multi-User Support: features/multi-user.md
- Custom Criteria: features/custom-criteria.md
- How-To:
- Overview: how-to/index.md
- Real-World Examples: how-to/real-world-examples.md
- Debug Parent Selection: how-to/debug-parent-selection.md
- Migrate Criteria: how-to/migrate-criteria.md
- Optimize Performance: how-to/optimize-performance.md
- Integration:
- Docker: integration/docker.md
- Docker Compose: integration/docker-compose.md
- API Reference:
- Environment Variables: api-reference/environment-variables.md
- CLI Usage: api-reference/cli-usage.md
- Asset Operations: api-reference/asset-operations.md
- Stack Operations: api-reference/stack-operations.md
- Grouping: api-reference/grouping.md
- Contributing:
- Development: contributing/development.md
- Testing: contributing/testing.md
- Troubleshooting: troubleshooting.md