Skip to content

Commit 2e85941

Browse files
committed
fixed dead links and formatting fixes
1 parent 779b8ff commit 2e85941

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

docs/self-hosting/methods/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: Deployment methods
33
description: Choose the best deployment method for your infrastructure. Deploy Plane with Docker, Kubernetes, Podman, or in airgapped environments.
44
keywords: plane deployment methods, docker compose, kubernetes, helm, podman, airgapped deployment, self-hosting
55
---
6+
67
# Install Plane
8+
79
Choose a deployment method based on your infrastructure and requirements.
810

911
## System requirements

docs/self-hosting/troubleshoot/overview.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ When something goes wrong, start by identifying which service is affected, then
99

1010
## Identify the service
1111

12-
| Problem area | Service | Logs to check |
13-
|--------------|---------|---------------|
14-
| UI not loading, blank screens, page errors | web | `plane-web` |
15-
| Public pages or published views not working | space | `plane-space` |
16-
| Instance settings or billing issues | admin | `plane-admin` |
17-
| API errors, data not saving, 500 errors | api | `plane-api` |
18-
| Imports stuck, notifications delayed, file processing issues | worker | `plane-worker` |
19-
| Scheduled tasks or reminders not running | beat | `plane-beat` |
20-
| Upgrade failures, database schema errors | migrator | `plane-migrator` |
21-
| SSL errors, 502/504 errors, routing issues | proxy | `plane-proxy` |
22-
| Real-time sync, live cursors, or presence not working | live | `plane-live` |
23-
| License activation or validation errors | monitor | `plane-monitor` |
24-
| GitHub, GitLab, or Slack integration issues | silo | `plane-silo` |
25-
| Email-to-work-item not working | intake | `plane-intake` |
26-
| File uploads or attachments failing | minio | `plane-minio` |
27-
| Search not returning results | opensearch | `plane-opensearch` |
12+
| Problem area | Service | Logs to check |
13+
| ------------------------------------------------------------ | ---------- | ------------------ |
14+
| UI not loading, blank screens, page errors | web | `plane-web` |
15+
| Public pages or published views not working | space | `plane-space` |
16+
| Instance settings or billing issues | admin | `plane-admin` |
17+
| API errors, data not saving, 500 errors | api | `plane-api` |
18+
| Imports stuck, notifications delayed, file processing issues | worker | `plane-worker` |
19+
| Scheduled tasks or reminders not running | beat | `plane-beat` |
20+
| Upgrade failures, database schema errors | migrator | `plane-migrator` |
21+
| SSL errors, 502/504 errors, routing issues | proxy | `plane-proxy` |
22+
| Real-time sync, live cursors, or presence not working | live | `plane-live` |
23+
| License activation or validation errors | monitor | `plane-monitor` |
24+
| GitHub, GitLab, or Slack integration issues | silo | `plane-silo` |
25+
| Email-to-work-item not working | intake | `plane-intake` |
26+
| File uploads or attachments failing | minio | `plane-minio` |
27+
| Search not returning results | opensearch | `plane-opensearch` |
2828

2929
See [View logs](/self-hosting/manage/view-logs) for commands to access logs in Docker deployments.
3030

3131
## Common issues
3232

33-
- [Installation errors](/self-hosting/troubleshooting/installation-errors)
34-
- [License errors](/self-hosting/troubleshooting/license-errors)
35-
- [CLI errors](/self-hosting/troubleshooting/cli-errors)
36-
- [Storage errors](/self-hosting/troubleshooting/storage-errors)
33+
- [Installation errors](/self-hosting/troubleshoot/installation-errors)
34+
- [License errors](/self-hosting/troubleshoot/license-errors)
35+
- [CLI errors](/self-hosting/troubleshoot/cli-errors)
36+
- [Storage errors](/self-hosting/troubleshoot/storage-errors)

0 commit comments

Comments
 (0)