sourcegraph/client/extension-api
Camden Cheek 1ead945267
Docs: update links to point to new site (#60381)
We have a number of docs links in the product that point to the old doc site. 

Method:
- Search the repo for `docs.sourcegraph.com`
- Exclude the `doc/` dir, all test fixtures, and `CHANGELOG.md`
- For each, replace `docs.sourcegraph.com` with `sourcegraph.com/docs`
- Navigate to the resulting URL ensuring it's not a dead link, updating the URL if necessary

Many of the URLs updated are just comments, but since I'm doing a manual audit of each URL anyways, I felt it was worth it to update these while I was at it.
2024-02-13 00:23:47 +00:00
..
src Docs: update links to point to new site (#60381) 2024-02-13 00:23:47 +00:00
.eslintignore bazel: implement custom ESLint Bazel rule (#52062) 2023-05-22 04:05:45 -07:00
BUILD.bazel use @typescript-eslint projectService for faster eslint (#57851) 2023-10-24 01:40:40 +00:00
package.json remove client/extension-api stub (#57451) 2023-10-08 14:05:20 +09:00
README.md disable frontend code coverage tracking (#57820) 2023-10-23 21:29:40 +00:00
tsconfig.json remove client/extension-api stub (#57451) 2023-10-08 14:05:20 +09:00
typedoc.js

Sourcegraph extension API

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