Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions docs/api/graphql/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,21 @@ For automated scripts, CI/CD pipelines, and production integrations, use [servic

## Documentation & tooling

### API Console
### API Console and documentation

Sourcegraph includes a built-in API console that lets you write queries and view API documentation in your browser.
Sourcegraph includes a built-in API console that lets you write queries and
view API documentation in your browser.

You can find the API console at any time by going to **Settings**, and then clicking **API console** from the left sidebar, or by visiting it directly at `https://sourcegraph.example.com/api/console`.
You can find the API console at any time by going to **Settings**, and then
clicking **API console** from the left sidebar, or by visiting it directly at
`https://sourcegraph.example.com/api/console`.

If you have not yet set up a Sourcegraph server, you can also test out the API on the [Sourcegraph.com API console](https://sourcegraph.com/api/console) (which always uses the latest version of the API).
If you have not yet set up a Sourcegraph server, you can also test out the API
on the [Sourcegraph.com API console](https://sourcegraph.com/api/console) (which
always uses the latest version of the API).

### Documentation

Sourcegraph's GraphQL API documentation is available on the [API Docs](/api/graphql/api-docs) page, as well as directly in the API console itself. To access the documentation, click **Docs** on the right-hand side of the API console page.
To access the documentation, click **Docs** on the right-hand side of the API
console page.

### Search

Expand Down
Loading