Skip to content

Commit 4c95855

Browse files
Update web/src/lib/connectors/connectors.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 5a15204 commit 4c95855

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

web/src/lib/connectors/connectors.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -180,28 +180,6 @@ export const connectorConfigs: Record<
180180
],
181181
overrideDefaultFreq: 60 * 60 * 24,
182182
},
183-
github_pages: {
184-
description: "Configure GitHub Pages connector",
185-
values: [
186-
{
187-
type: "text",
188-
query:
189-
"Enter the base URL of the GitHub Pages site (e.g., https://username.github.io/):",
190-
label: "Base URL",
191-
name: "base_url",
192-
optional: false,
193-
},
194-
{
195-
type: "number",
196-
query: "Set the batch size for indexing (default is 10):",
197-
label: "Batch Size",
198-
name: "batch_size",
199-
optional: true,
200-
default: 10,
201-
},
202-
],
203-
advanced_values: [],
204-
},
205183
github: {
206184
description: "Configure GitHub connector",
207185
values: [

0 commit comments

Comments
 (0)