Add web crawling

This commit is contained in:
samkul-swe 2025-11-04 13:05:09 -08:00
parent 54859fe482
commit b03365cded
3 changed files with 56 additions and 29 deletions

View file

@ -49,10 +49,10 @@ export default function DashboardLayout({
title: "Upload Documents",
url: `/dashboard/${search_space_id}/documents/upload`,
},
// { TODO: FIX THIS AND ADD IT BACK
// title: "Add Webpages",
// url: `/dashboard/${search_space_id}/documents/webpage`,
// },
{
title: "Add Webpages",
url: `/dashboard/${search_space_id}/documents/webpage`,
},
{
title: "Add Youtube Videos",
url: `/dashboard/${search_space_id}/documents/youtube`,

View file

@ -77,6 +77,10 @@ const defaultData = {
title: "Upload Documents",
url: "#",
},
{
title: "Add Webpages",
url: "#",
},
{
title: "Manage Documents",
url: "#",