-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (51 loc) · 1.77 KB
/
mkdocs.yml
File metadata and controls
56 lines (51 loc) · 1.77 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
site_name: PiGallery2 Documentation
site_url: https://bpatrik.github.io/pigallery2/
repo_url: https://github.com/bpatrik/pigallery2
repo_name: bpatrik/pigallery2
theme:
name: material
icon:
repo: fontawesome/brands/github # Shows the GitHub icon in the header
palette:
primary: indigo
accent: indigo
plugins:
- search
- glightbox
markdown_extensions:
- pymdownx.magiclink
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition # Required for the "info" blocks
- pymdownx.details # Required for the "???" collapsible behavior
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- FAQ: faq.md
- Features: features.md
- Getting Started:
- Docker (Recommended): setup/docker.md
- Advanced:
- Portainer & NPM: setup/advanced/advanced-docker-npm-portainer.md
- ORCID with Authentik SSO (Optional): setup/advanced/authentik.md
- Direct Install (Unsupported): setup/direct-install.md
- User Guide:
- Configuration: user-guide/configuration.md
- User Rights: user-guide/user-rights.md
- Development:
- Contributing: development/contributing.md
- Docker Development: development/docker-contributing.md
- Extensions: development/extensions.md
- Blog:
- How do I use PiGallery2 (2021): blog/How do I use PiGallery2 2021.md
- The future of PiGallery2 (2023): blog/The future of pigallery2 v2.0.0 and beyond 2023.md
- From Zero To Hero (2025): blog/[Tutorial] Pigallery2 From Zero To Hero 2025.md
- References: references.md