From bcc5cde39982c7ae9de2ecb0ccef5393df102924 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 12 Aug 2024 20:21:14 +0530 Subject: [PATCH] Rename doc --- docs/docs/.vitepress/sidebar.ts | 8 ++++---- .../features/{advanced-search.md => machine-learning.md} | 6 +++--- web/packages/new/photos/components/MLSettings.tsx | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) rename docs/docs/photos/features/{advanced-search.md => machine-learning.md} (93%) diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index 9b2a23bc46..a4cb857ef0 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -10,10 +10,6 @@ export const sidebar = [ text: "Features", collapsed: true, items: [ - { - text: "Advanced search", - link: "/photos/features/advanced-search", - }, { text: "Albums", link: "/photos/features/albums" }, { text: "Archiving", link: "/photos/features/archive" }, { @@ -47,6 +43,10 @@ export const sidebar = [ text: "Location tags", link: "/photos/features/location-tags", }, + { + text: "Machine learning", + link: "/photos/features/machine-learning", + }, { text: "Map", link: "/photos/features/map" }, { text: "Passkeys", diff --git a/docs/docs/photos/features/advanced-search.md b/docs/docs/photos/features/machine-learning.md similarity index 93% rename from docs/docs/photos/features/advanced-search.md rename to docs/docs/photos/features/machine-learning.md index da8b8ad7be..a5733c20bc 100644 --- a/docs/docs/photos/features/advanced-search.md +++ b/docs/docs/photos/features/machine-learning.md @@ -1,10 +1,10 @@ --- -title: Advanced search +title: Machine learning description: - On device machine learning in Ente for face and natural language search + Ente supports on-device machine learning for face and natural language search --- -# Advanced search +# Machine learning > [!NOTE] > diff --git a/web/packages/new/photos/components/MLSettings.tsx b/web/packages/new/photos/components/MLSettings.tsx index 4d6f90d293..017422195a 100644 --- a/web/packages/new/photos/components/MLSettings.tsx +++ b/web/packages/new/photos/components/MLSettings.tsx @@ -155,7 +155,7 @@ interface EnableMLProps { const EnableML: React.FC = ({ onEnable }) => { const moreDetails = () => - openURL("https://help.ente.io/photos/features/advanced-search"); + openURL("https://help.ente.io/photos/features/machine-learning"); return (