Kelvin lee GitHub docs (#24616)

* Update externalServices.tsx ("organizations"->"orgs")

* Simplify language in externalServices.tsx
This commit is contained in:
Kelvin Lee 2021-09-10 12:09:29 -07:00 committed by GitHub
parent 3abe96e531
commit c52db4412e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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