mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Kelvin lee GitHub docs (#24616)
* Update externalServices.tsx ("organizations"->"orgs")
* Simplify language in externalServices.tsx
This commit is contained in:
parent
3abe96e531
commit
c52db4412e
@ -131,14 +131,16 @@ const githubInstructions = (isEnterprise: boolean): JSX.Element => (
|
||||
>
|
||||
instructions
|
||||
</a>
|
||||
) with <b>repo</b> scope, and set it to be the value of the <Field>token</Field> field in the
|
||||
configuration below.
|
||||
) with <b>repo</b> scope.
|
||||
<li>
|
||||
Set the value of the <Field>token</Field> field as your access token, in the configuration below.
|
||||
</li>
|
||||
</li>
|
||||
<li>
|
||||
Specify which repositories Sourcegraph should index using one of the following fields:
|
||||
<ul>
|
||||
<li>
|
||||
<Field>organizations</Field>: a list of GitHub organizations.
|
||||
<Field>orgs</Field>: a list of GitHub organizations.
|
||||
</li>
|
||||
<li>
|
||||
<Field>repositoryQuery</Field>: a list of GitHub search queries.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user