Rename doc

This commit is contained in:
Manav Rathi
2024-08-12 20:21:14 +05:30
parent c3eafb50b6
commit bcc5cde399
3 changed files with 8 additions and 8 deletions

View File

@@ -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",

View File

@@ -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]
>

View File

@@ -155,7 +155,7 @@ interface EnableMLProps {
const EnableML: React.FC<EnableMLProps> = ({ onEnable }) => {
const moreDetails = () =>
openURL("https://help.ente.io/photos/features/advanced-search");
openURL("https://help.ente.io/photos/features/machine-learning");
return (
<Stack py={"20px"} px={"16px"} spacing={"32px"}>