From f5bc3fcdab57bb05272b3021a6d6b2de4a2a9e64 Mon Sep 17 00:00:00 2001 From: Justin Dorfman Date: Tue, 25 Mar 2025 10:15:16 -0700 Subject: [PATCH 1/2] docs(browser-extension): update browser extension description and links The Sourcegraph browser extension description was updated to reflect current code host support. The install links were also updated to use markdown list format to fix the contrast issue, i.e. links showing up black on dark theme --- docs/integration/browser_extension/index.mdx | 9 ++++----- docs/integration/browser_extension/quickstart.mdx | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/integration/browser_extension/index.mdx b/docs/integration/browser_extension/index.mdx index 46be77b1c..a6012a990 100644 --- a/docs/integration/browser_extension/index.mdx +++ b/docs/integration/browser_extension/index.mdx @@ -6,12 +6,11 @@ -The Sourcegraph browser extension adds code navigation to files and diffs on GitHub, GitHub -Enterprise, GitLab, Phabricator, Bitbucket Server and Bitbucket Data Center. +The Sourcegraph browser extension adds code navigation to files and diffs on GitHub and GitHub Enterprise Server with support coming to GitLab, Phabricator, Bitbucket Server and Bitbucket Data Center in the future. -- Install Sourcegraph for Chrome -- Install Sourcegraph for Safari -- Install Sourcegraph for Firefox +- [Install Sourcegraph for Chrome](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack) +- [Install Sourcegraph for Safari](https://apps.apple.com/us/app/sourcegraph-for-safari/id1543262193) +- [Install Sourcegraph for Firefox](https://addons.mozilla.org/en-US/firefox/addon/sourcegraph-for-firefox) diff --git a/docs/integration/browser_extension/quickstart.mdx b/docs/integration/browser_extension/quickstart.mdx index 323e50ad1..9f0f023d0 100644 --- a/docs/integration/browser_extension/quickstart.mdx +++ b/docs/integration/browser_extension/quickstart.mdx @@ -6,9 +6,9 @@ Get started with our Browser Extension in 5 minutes or less Use one of the following links to install the Sourcegraph Browser Extension for your favourite browser. -- Install Sourcegraph for Chrome -- Install Sourcegraph for Safari -- Install Sourcegraph for Firefox +- [Install Sourcegraph for Chrome](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack) +- [Install Sourcegraph for Safari](https://apps.apple.com/us/app/sourcegraph-for-safari/id1543262193) +- [Install Sourcegraph for Firefox](https://addons.mozilla.org/en-US/firefox/addon/sourcegraph-for-firefox) >NOTE: If you were using our self-hosted version of Firefox Extension and are looking to upgrade, please check our [migration guide](/integration/migrating_firefox_extension). From aa2c166c482da8fd4f513455d761d8d1dff03da8 Mon Sep 17 00:00:00 2001 From: Justin Dorfman Date: Tue, 1 Apr 2025 11:41:03 -0700 Subject: [PATCH 2/2] docs(browser-extension): update description and video The Sourcegraph browser extension description was updated to reflect current functionality. The demo video was also updated. --- docs/integration/browser_extension/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integration/browser_extension/index.mdx b/docs/integration/browser_extension/index.mdx index a6012a990..0df68d6fe 100644 --- a/docs/integration/browser_extension/index.mdx +++ b/docs/integration/browser_extension/index.mdx @@ -3,10 +3,10 @@

Bring the power of Sourcegraph to your code host

-The Sourcegraph browser extension adds code navigation to files and diffs on GitHub and GitHub Enterprise Server with support coming to GitLab, Phabricator, Bitbucket Server and Bitbucket Data Center in the future. +The Sourcegraph browser extension allows you to open repos, compare revisions and search code directly from Chrome's Omnibox for faster development on GitHub and GitHub Enterprise Server with support coming to GitLab, Phabricator, Bitbucket Server and Bitbucket Data Center in the future. - [Install Sourcegraph for Chrome](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack) - [Install Sourcegraph for Safari](https://apps.apple.com/us/app/sourcegraph-for-safari/id1543262193)