diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index 02b8fdc5e9..ea0e3ace4d 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -264,14 +264,6 @@ export const sidebar = [ collapsed: true, items: [ { text: "Introduction", link: "/self-hosting/guides/" }, - { - text: "Hosting Ente from source", - link: "/self-hosting/guides/from-source", - }, - { - text: "Hosting Ente without Docker", - link: "/self-hosting/guides/standalone-ente", - }, { text: "Administering your server", link: "/self-hosting/guides/admin", @@ -281,12 +273,12 @@ export const sidebar = [ link: "/self-hosting/guides/selfhost-cli", }, { - text: "DB migration", - link: "/self-hosting/guides/db-migration", + text: "Hosting Ente from source", + link: "/self-hosting/guides/from-source", }, { - text: "Mobile build", - link: "/self-hosting/guides/mobile-build", + text: "Hosting Ente without Docker", + link: "/self-hosting/guides/standalone-ente", }, ], },