Rename doc
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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]
|
||||
>
|
||||
@@ -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"}>
|
||||
|
||||
Reference in New Issue
Block a user