feat: docs and ui tweaks

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-07-06 19:26:35 -07:00
parent 64f2b4a6eb
commit 271a21aee6
103 changed files with 2161 additions and 2625 deletions

View file

@ -30,6 +30,12 @@ DEPRECATED_CONNECTOR_TYPES: frozenset[str] = frozenset(
"SEARXNG_API",
"LINKUP_API",
"BAIDU_SEARCH_API",
# Legacy content crawlers/search superseded by the file Import menu and
# hosted MCP tooling. Created via the generic connector /add route, which
# is the single choke point enforcing this deprecation.
"YOUTUBE_CONNECTOR",
"WEBCRAWLER_CONNECTOR",
"ELASTICSEARCH_CONNECTOR",
}
)