Skip to content

Commit 33f10de

Browse files
authored
Merge pull request #151 from eshtek/feature/guide-links
Restructures troubleshooting guide navigation
2 parents f9376ce + 75c4ff7 commit 33f10de

4 files changed

Lines changed: 21 additions & 5 deletions

File tree

docs/.vitepress/sidebar.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,17 @@ const sidebar: DefaultTheme.SidebarItem[] = [
6565
collapsed: true,
6666
items: [
6767
{ text: 'Overview', link: '/troubleshooting/' },
68-
{ text: 'Avoid USB Drives', link: '/troubleshooting/common-issues/AvoidUSBDrives' },
69-
{ text: 'Clear Browser Cache', link: '/troubleshooting/common-issues/ClearCache' },
70-
{ text: 'Immich Migration', link: '/troubleshooting/common-issues/ImmichMigration' },
68+
{
69+
text: 'Common Issues',
70+
link: '/troubleshooting/common-issues/',
71+
collapsed: true,
72+
items: [
73+
{ text: 'Application Errors', link: '/troubleshooting/common-issues/ApplicationErrors' },
74+
{ text: 'Avoid USB Drives', link: '/troubleshooting/common-issues/AvoidUSBDrives' },
75+
{ text: 'Clear Browser Cache', link: '/troubleshooting/common-issues/ClearCache' },
76+
{ text: 'Immich Migration', link: '/troubleshooting/common-issues/ImmichMigration' },
77+
]
78+
},
7179
]
7280
},
7381
{

docs/troubleshooting/common-issues/ApplicationErrors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Uploads: (HDDs/SSDs)/Photos/immich <br>
122122
Postgres: (HDDs/SSDs)/Applications/immich/postgres_data <br>
123123

124124

125-
If your storage locations do not match and you installed Immich via HexOS, are on Immich version 2.0.0+ and have not modified Immich in TrueNAS then you can `Reset App Curation`
125+
If your storage locations do not match and you installed Immich via HexOS, are on Immich version 2.0.0+ and have not modified Immich in TrueNAS then you can [`Reset App Curation`](/troubleshooting/common-issues/ApplicationErrors.html#resetting-app-curation)
126126

127127
:::
128128
# What to do if you need more help with apps

docs/troubleshooting/common-issues/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Having trouble with your HexOS setup? Check out these common issues and solutions from the community.
44

5+
- [**Application Errors**](./ApplicationErrors) - Troubleshooting app installation, updates, and startup issues
56
- [**Avoid USB Drives**](./AvoidUSBDrives) - Why USB drives can cause issues and what to use instead
67
- [**Clear Browser Cache**](./ClearCache) - Fix login issues and UI problems by clearing your browser cache
8+
- [**Immich Migration**](./ImmichMigration) - Guide for migrating existing Immich installations to HexOS
79

810
:::tip Contribute to Documentation
911
Found a solution that worked? [Learn how to contribute](/community/how-to-contribute/) to improve these docs for everyone, submit corrections through the documentation repository, or share your solutions on the [HexOS Community forum](https://hub.hexos.com/).

docs/troubleshooting/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
This guide helps you resolve common issues with HexOS installation, setup, and operation. Issues are organized by category for quick reference.
44

55
:::tip Quick Help
6-
Check our [Common Issues](./common-issues/) section or visit the [HexOS Community](https://hub.hexos.com/) for posts by other users.
6+
Check our [Common Issues](./common-issues/) section for frequently encountered problems:
7+
- [Application Errors](./common-issues/ApplicationErrors) - App installation, updates, and startup issues
8+
- [Immich Migration Guide](./common-issues/ImmichMigration) - Migrating existing Immich installations
9+
- [Clear Browser Cache](./common-issues/ClearCache) - Fixing login and UI issues
10+
- [Avoid USB Drives](./common-issues/AvoidUSBDrives) - Why USB drives cause problems
11+
12+
Visit the [HexOS Community](https://hub.hexos.com/) for additional support from other users.
713
:::
814

915
## Installation Issues

0 commit comments

Comments
 (0)