sourcegraph/client/extension-api
Quinn Keast e60b77a1f1
Add basic API doc, clean up links and stuff (#21727)
* Improve docs based on hallway test

* Scaffold the contexts API page

* Update heading level

* Add search contexts API docs examples. Remove experimental from search contexts docs and fix links.

* Fix links

* Add link to API doc

Co-authored-by: Rok <rok@sourcegraph.com>
2021-06-04 11:04:08 +02:00
..
src Add basic API doc, clean up links and stuff (#21727) 2021-06-04 11:04:08 +02:00
.eslintrc.js web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
LICENSE web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
package.json extensions: implement logging API (#20474) 2021-05-13 12:55:11 -04:00
README.md web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
tsconfig.json web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
typedoc.js web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00

Sourcegraph extension API

codecov code style: prettier sourcegraph: search

This package contains only the types for the Sourcegraph extension API (sourcegraph.d.ts).

See Sourcegraph extensions documentation for more information.