You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/customize/deep-dives/docs.mdx
+6-5
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ To add a single documentation site, we recommend using the **Add Documentation**
70
70
71
71
In the **Add Documentation** Form, enter a `Title` and `Start URL` for the site.
72
72
73
-
-`Title`: The name of the documentation site, used for identification in the UI
73
+
-`Title`: The name of the documentation site, used for identification in the UI.
74
74
-`Start URL`: The URL where the indexing process should begin.
75
75
76
76
Indexing will begin upon submission. Progress can be viewed in the form or later in the `@docs indexes` section of the `More` page.
@@ -154,9 +154,9 @@ As with [@Codebase context provider configuration](./codebase#configuration), yo
154
154
</TabItem>
155
155
</Tabs>
156
156
157
-
### Github
157
+
### GitHub
158
158
159
-
The Github API rate limits public requests to 60 per hour. If you want to reliably index Github repos, you can add a github token to your config file:
159
+
The GitHub API rate limits public requests to 60 per hour. If you want to reliably index GitHub repos, you can add a github token to your config file:
160
160
161
161
<TabsgroupId="config-example">
162
162
<TabItemvalue="yaml"label="YAML">
@@ -223,7 +223,7 @@ Chromium crawling has been deprecated
223
223
Further notes:
224
224
225
225
- If the site is only locally accessible, the default crawler will fail anyways and fall back to the local crawler. `useLocalCrawling` is especially useful if the URL itself is confidential.
226
-
- For Github Repos this has no effect because only the Github Crawler will be used, and if the repo is private it can only be accessed with a priveleged Github token anyways.
226
+
- For GitHub Repos this has no effect because only the GitHub Crawler will be used, and if the repo is private it can only be accessed with a priveleged GitHub token anyways.
227
227
228
228
## Managing your docs indexes
229
229
@@ -237,6 +237,7 @@ You can view indexing statuses and manage your documentation sites from the `@do
Copy file name to clipboardExpand all lines: docs/docs/hub/blocks/block-types.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Continue supports [many model providers](../../customize/model-providers), inclu
15
15
16
16
## Context
17
17
18
-
Context blocks define a context provider which can be referenced in Chat with `@` to pull in data from external sources such as files and folders, a URL, Jira or Confluence, and Github issues, among others. [Explore context provider blocks](https://hub.continue.dev/explore/context) on the hub.
18
+
Context blocks define a context provider which can be referenced in Chat with `@` to pull in data from external sources such as files and folders, a URL, Jira or Confluence, and GitHub issues, among others. [Explore context provider blocks](https://hub.continue.dev/explore/context) on the hub.
19
19
20
20
Learn more about context providers [here](../../reference.md#context), and check out [this guide](../../customize/tutorials/build-your-own-context-provider.mdx) to creating your own custom context provider. The `config.yaml` spec for context can be found [`here`](../../reference.md#context).
0 commit comments