Skip to content
Snippets Groups Projects
Unverified Commit ea8454ea authored by Adam Setch's avatar Adam Setch Committed by GitHub
Browse files

chore: rename `Gitlab` to `GitLab` (#3200)


* chore: rename `Gitlab` to `GitLab`

Signed-off-by: default avatarAdam Setch <adam.setch@outlook.com>

* undo code changes - breaks refs

---------

Signed-off-by: default avatarAdam Setch <adam.setch@outlook.com>
Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
parent 5d916eb6
No related branches found
No related tags found
No related merge requests found
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;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment