feat: Remove webcrawler connector and associated references from the dashboard, streamlining the source addition process and improving UI consistency.

This commit is contained in:
Anish Sarkar 2025-12-31 17:35:45 +05:30
parent d21e800740
commit de63e77f78
4 changed files with 5 additions and 353 deletions

View file

@ -4,19 +4,6 @@ import { getConnectorIcon } from "@/contracts/enums/connectorIcons";
import type { ConnectorCategory } from "./types";
export const connectorCategories: ConnectorCategory[] = [
{
id: "web-crawling",
title: "web_crawling",
connectors: [
{
id: "webcrawler-connector",
title: "Web Pages",
description: "webcrawler_desc",
icon: getConnectorIcon(EnumConnectorName.WEBCRAWLER_CONNECTOR, "h-6 w-6"),
status: "available",
},
],
},
{
id: "web-search",
title: "web_search",