-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
113 lines (108 loc) · 3.6 KB
/
Copy pathmkdocs.yml
File metadata and controls
113 lines (108 loc) · 3.6 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
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
site_name: PoracleWeb.NET
site_description: Web application for managing Poracle Pokemon GO notification alarms
site_url: https://pgan-dev.github.io/PoracleWeb.NET/
repo_url: https://github.com/PGAN-Dev/PoracleWeb.NET
repo_name: PGAN-Dev/PoracleWeb.NET
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: blue
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: blue
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
plugins:
- search
- mermaid2
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.mark
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Quick Start (Docker): getting-started/quick-start.md
- Standalone Setup (no Docker): getting-started/standalone-setup.md
- Development Setup: getting-started/development-setup.md
- Discord OAuth2: getting-started/discord-oauth.md
- Configuration:
- Reference: configuration/reference.md
- Site Settings: configuration/site-settings.md
- External SSO (OIDC): configuration/external-sso.md
- OIDC Refresh Tokens: configuration/oidc-refresh-tokens.md
- Docker Compose: configuration/docker.md
- Architecture:
- Overview: architecture/overview.md
- PoracleNG API Proxy: architecture/poracleng-proxy.md
- Backend Patterns: architecture/backend.md
- Frontend Patterns: architecture/frontend.md
- Database: architecture/database.md
- Features:
- Alarm Management: features/alarms.md
- Profiles: features/profiles.md
- Quest Summary Delivery: features/quest-summary-schedules.md
- Custom Geofences:
- Overview: features/custom-geofences/index.md
- Key Concepts: features/custom-geofences/key-concepts.md
- Koji & Regions: features/custom-geofences/koji-and-regions.md
- Private Geofences & Promotion: features/custom-geofences/private-and-promotion.md
- Admin Operations: features/custom-geofences/admin-operations.md
- Troubleshooting: features/custom-geofences/troubleshooting.md
- Internationalization (i18n): features/internationalization.md
- Development:
- Testing: development/testing.md
- CI/CD: development/ci-cd.md
- Code Style: development/code-style.md
- Troubleshooting: troubleshooting.md
- PoracleNG Enhancement Requests: poracleng-enhancement-requests.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/PGAN-Dev/PoracleWeb.NET