We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a15204 commit 4c95855Copy full SHA for 4c95855
web/src/lib/connectors/connectors.tsx
@@ -180,28 +180,6 @@ export const connectorConfigs: Record<
180
],
181
overrideDefaultFreq: 60 * 60 * 24,
182
},
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
205
github: {
206
description: "Configure GitHub connector",
207
values: [
0 commit comments