Skip to content

Commit 1203383

Browse files
authored
Merge pull request #153 from eshtek/dev
Updates documentation with troubleshooting guides and latest release note
2 parents c30f767 + 339e491 commit 1203383

39 files changed

Lines changed: 386 additions & 3 deletions

docs/.vitepress/sidebar.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +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' },
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+
},
7079
]
7180
},
7281
{
@@ -139,6 +148,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
139148
collapsed: true,
140149
items: [
141150
// auto-generated-release-notes-start
151+
{ text: '2026-01-21', link: '/release-notes/command-deck/2026-01-21' },
142152
{ text: '2026-01-13', link: '/release-notes/command-deck/2026-01-13' },
143153
{ text: '2026-01-08', link: '/release-notes/command-deck/2026-01-08' },
144154
{ text: '2025-12-30', link: '/release-notes/command-deck/2025-12-30' },
479 KB
Loading
177 KB
Loading
415 KB
Loading
86.5 KB
Loading
293 KB
Loading
109 KB
Loading
139 KB
Loading
137 KB
Loading
72.5 KB
Loading

0 commit comments

Comments
 (0)