mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-13 05:32:24 +00:00
chore: rename Gitlab
to GitLab
(#3200)
* chore: rename `Gitlab` to `GitLab` Signed-off-by: Adam Setch <adam.setch@outlook.com> * undo code changes - breaks refs --------- Signed-off-by: Adam Setch <adam.setch@outlook.com> Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
parent
5d916eb6e4
commit
ea8454ea79
2 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
import GitHub from "./github.svg";
|
||||
import Gitlab from "./gitlab.svg";
|
||||
import GitLab from "./gitlab.svg";
|
||||
import YouTube from "./youtube.svg";
|
||||
import Link from "./link.svg";
|
||||
import Confluence from "./confluence.jpeg";
|
||||
|
||||
const ConnectorImages = {
|
||||
github: GitHub,
|
||||
gitlab: Gitlab,
|
||||
gitlab: GitLab,
|
||||
youtube: YouTube,
|
||||
websiteDepth: Link,
|
||||
confluence: Confluence,
|
||||
|
|
|
@ -51,7 +51,7 @@ const DocumentSyncQueue = {
|
|||
if (chunkSource.startsWith("youtube://")) return true; // If is a youtube link
|
||||
if (chunkSource.startsWith("confluence://")) return true; // If is a confluence document link
|
||||
if (chunkSource.startsWith("github://")) return true; // If is a GitHub file reference
|
||||
if (chunkSource.startsWith("gitlab://")) return true; // If is a Gitlab file reference
|
||||
if (chunkSource.startsWith("gitlab://")) return true; // If is a GitLab file reference
|
||||
return false;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue