Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
chore: Render typedoc for the Sourcegraph API
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-blunden committed Nov 12, 2018
1 parent 1430ef0 commit d7189b9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/sourcegraph-extension-api/src/sourcegraph.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/**
* The Sourcegraph extension API.
* ## The Sourcegraph extension API
*
* @todo Work in progress.
* Sourcegraph extensions enhance your code host, code reviews, and Sourcegraph itself by adding features such as:
* - Code intelligence (go-to-definition, find references, hovers, etc.)
* - Test coverage overlays
* - Links to live traces, log output, and performance data for a line of code
* - Git blame
* - Usage examples for functions
*
* Check out the [extension authoring documentation](https://docs.sourcegraph.com/extensions/authoring) to get started.
*/
declare module 'sourcegraph' {
// tslint:disable member-access
Expand Down Expand Up @@ -909,6 +916,7 @@ declare module 'sourcegraph' {
* be addressed in the beta release.
*
* @internal
* @hidden
*/
export namespace internal {
/**
Expand Down

0 comments on commit d7189b9

Please sign in to comment.