diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index a9af96248..dea4abfed 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -6,37 +6,6 @@ export const sidebar = [ text: "Photos", items: [ { text: "Introduction", link: "/photos/" }, - { - text: "Migration", - collapsed: true, - items: [ - { - text: "Introduction", - link: "/photos/migration/", - }, - - { - text: "From Google Photos", - link: "/photos/migration/from-google-photos/", - }, - { - text: "From Apple Photos", - link: "/photos/migration/from-apple-photos/", - }, - { - text: "From Amazon Photos", - link: "/photos/migration/from-amazon-photos", - }, - { - text: "From your hard disk", - link: "/photos/migration/from-local-hard-disk", - }, - { - text: "Exporting your data", - link: "/photos/migration/export/", - }, - ], - }, { text: "Features", collapsed: true, @@ -76,6 +45,37 @@ export const sidebar = [ }, ], }, + { + text: "Migration", + collapsed: true, + items: [ + { + text: "Introduction", + link: "/photos/migration/", + }, + + { + text: "From Google Photos", + link: "/photos/migration/from-google-photos/", + }, + { + text: "From Apple Photos", + link: "/photos/migration/from-apple-photos/", + }, + { + text: "From Amazon Photos", + link: "/photos/migration/from-amazon-photos", + }, + { + text: "From your hard disk", + link: "/photos/migration/from-local-hard-disk", + }, + { + text: "Exporting your data", + link: "/photos/migration/export/", + }, + ], + }, { text: "FAQ", link: "/photos/faq/" }, { text: "Troubleshooting", diff --git a/docs/docs/photos/index.md b/docs/docs/photos/index.md index 2b5d2e752..0249c0d3a 100644 --- a/docs/docs/photos/index.md +++ b/docs/docs/photos/index.md @@ -10,9 +10,10 @@ Photos. You can use it to safely and securely store your photos on the cloud. While security and privacy form the bedrock of Ente Photos, it is not at the cost of usability. The user interface is simple, and we are continuously working -to make it even simpler. The goal is a product that can be used by people with -all sorts of technical ability and background. +to make it even simpler. -These help docs are divided into three sections: Features, FAQ and -Troubleshooting. Choose the relevant page from the sidebar menu, or use the -search at the top. +The goal is a product that can be used by people with all sorts of technical +ability and background. + +These help docs are divided into four sections. Choose the relevant page from +the sidebar menu, or use the search at the top.