Skip to content

Commit 02a1259

Browse files
committed
correct all Github to be GitHub (H uppercase)
1 parent 8d9341a commit 02a1259

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/docs/customize/deep-dives/docs.mdx

+6-5
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To add a single documentation site, we recommend using the **Add Documentation**
7070

7171
In the **Add Documentation** Form, enter a `Title` and `Start URL` for the site.
7272

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.
7474
- `Start URL`: The URL where the indexing process should begin.
7575

7676
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
154154
</TabItem>
155155
</Tabs>
156156

157-
### Github
157+
### GitHub
158158

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:
160160

161161
<Tabs groupId="config-example">
162162
<TabItem value="yaml" label="YAML">
@@ -223,7 +223,7 @@ Chromium crawling has been deprecated
223223
Further notes:
224224

225225
- 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.
227227

228228
## Managing your docs indexes
229229

@@ -237,6 +237,7 @@ You can view indexing statuses and manage your documentation sites from the `@do
237237
![More Page @docs indexes section](/img/docs-indexes.png)
238238

239239
You can also view the overall status of currently indexing docs from a hideable progress bar at the bottom of the chat page
240+
240241
![Documentation indexing peek](/img/docs-indexing-peek.png)
241242

242243
You can also use the following IDE command to force a re-index of all docs: `Continue: Docs Force Re-Index`.
@@ -327,7 +328,7 @@ The following configuration example includes:
327328
- Examples of both public and private documentation sources
328329
- A custom embeddings provider
329330
- A reranker model available, with reranking parameters customized
330-
- A Github token to enable Github crawling
331+
- A GitHub token to enable GitHub crawling
331332

332333
<Tabs groupId="config-example">
333334
<TabItem value="yaml" label="YAML">

docs/docs/hub/blocks/block-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Continue supports [many model providers](../../customize/model-providers), inclu
1515

1616
## Context
1717

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.
1919

2020
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).
2121

0 commit comments

Comments
 (0)