Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/integration/sourcegraph.md')
-rw-r--r--doc/integration/sourcegraph.md19
1 files changed, 6 insertions, 13 deletions
diff --git a/doc/integration/sourcegraph.md b/doc/integration/sourcegraph.md
index a40290683a5..d90a1fa2cca 100644
--- a/doc/integration/sourcegraph.md
+++ b/doc/integration/sourcegraph.md
@@ -89,23 +89,16 @@ When visiting one of these views, you can now hover over a code reference to see
## Sourcegraph for GitLab.com
-Sourcegraph powered code intelligence is available for all public projects on GitLab.com.
+Sourcegraph is available for all public projects on GitLab.com.
+Private projects are not supported.
+For more information, see [epic 2201](https://gitlab.com/groups/gitlab-org/-/epics/2201).
-Support for private projects is not yet available for GitLab.com;
-follow the epic [&2201](https://gitlab.com/groups/gitlab-org/-/epics/2201)
-for updates.
+## Sourcegraph and privacy
+
+See the [Sourcegraph browser extension documentation](https://docs.sourcegraph.com/integration/browser_extension/references/privacy).
## Troubleshooting
### Sourcegraph isn't working
If you enabled Sourcegraph for your project but it isn't working, Sourcegraph may not have indexed the project yet. You can check if Sourcegraph is available for your project by visiting `https://sourcegraph.com/gitlab.com/<project-path>`replacing `<project-path>` with the path to your GitLab project.
-
-## Sourcegraph and Privacy
-
-From the Sourcegraph [extension documentation](https://docs.sourcegraph.com/integration/browser_extension#privacy) which is the
-engine behind the native GitLab integration:
-
-> Sourcegraph integrations never send any logs, pings, usage statistics, or telemetry to Sourcegraph.com.
-> They connect only to Sourcegraph.com as required to provide code intelligence or other functionality on public code.
-> As a result, no private code, private repository names, usernames, or any other specific data is sent to Sourcegraph.com.