mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
feat: Remove webcrawler connector and associated references from the dashboard, streamlining the source addition process and improving UI consistency.
This commit is contained in:
parent
d21e800740
commit
de63e77f78
4 changed files with 5 additions and 353 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue