@@ -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' } ,
0 commit comments