diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index a71bc8159d..b80f68a751 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -59,22 +59,6 @@ export default defineConfig({ function sidebarPhotos() { return [ - { - text: "Troubleshoot", - collapsed: true, - link: "/photos/troubleshooting/files-not-uploading", - items: [ - { - text: "Files not uploading", - link: "/photos/troubleshooting/files-not-uploading", - }, - { - text: "Failed to play video", - link: "/photos/troubleshooting/video-not-playing", - }, - { text: "Report bug", link: "/photos/troubleshooting/report-bug" }, - ], - }, { text: "Welcome", items: [ @@ -117,11 +101,19 @@ function sidebarPhotos() { ], }, { - text: "Import", + text: "Troubleshoot", collapsed: true, - link: "/photos/import/index", + link: "/photos/troubleshooting/files-not-uploading", items: [ - { text: "Watch folder", link: "/photos/features/watch-folder" }, + { + text: "Files not uploading", + link: "/photos/troubleshooting/files-not-uploading", + }, + { + text: "Failed to play video", + link: "/photos/troubleshooting/video-not-playing", + }, + { text: "Report bug", link: "/photos/troubleshooting/report-bug" }, ], }, ],