From ef5dc18442020ed11f7eac91261f5da37e314250 Mon Sep 17 00:00:00 2001 From: mngshm Date: Mon, 28 Apr 2025 14:56:53 +0530 Subject: [PATCH] reorganize and unindex old docs --- docs/docs/.vitepress/sidebar.ts | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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", }, ], },