-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenesis.config.yml
More file actions
51 lines (42 loc) · 1.29 KB
/
genesis.config.yml
File metadata and controls
51 lines (42 loc) · 1.29 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
siteTitle: "Linkora Sync-Server | Documentation"
siteTopBarTitle: "Linkora Sync-Server"
sideNavBarItems:
- label: "Introduction"
filePath: "index.md"
- label: "Getting Started"
isHeading: true
- label: "Prerequisites"
filePath: "getting-started/prerequisites.md"
- label: "HTTPS Setup"
filePath: "getting-started/https.md"
- label: "Configuration"
isHeading: true
- label: "Config File & Env Vars"
filePath: "configuration/config-file-env-vars.md"
- label: "Database Setup"
filePath: "configuration/database.md"
- label: "Deployment"
isHeading: true
- label: "Local JAR"
filePath: "deployment/local-jar.md"
- label: "Docker"
filePath: "deployment/docker.md"
- label: "Cloud Hosting"
filePath: "deployment/cloud.md"
- label: "Advanced"
isHeading: true
- label: "Systemd Service"
filePath: "advanced/systemd.md"
- label: "Nginx WebSocket Proxy"
filePath: "advanced/nginx-websocket-proxy.md"
- label: "Firewall Setup"
filePath: "advanced/firewall.md"
- label: "Security Notes"
filePath: "advanced/security.md"
- isDivider: true
- label: "Troubleshooting"
filePath: "troubleshooting.md"
- label: "How It Works"
filePath: "how-it-works.md"
- label: "Browser Extension"
filePath: "browser-extension.md"