From a05f9aae3f29e5a68e1682775f3ddfd57c7039db Mon Sep 17 00:00:00 2001 From: steve sadler Date: Thu, 3 Apr 2025 13:46:11 -0600 Subject: [PATCH 1/3] Update integration index.mdx --- docs/integration/index.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/integration/index.mdx b/docs/integration/index.mdx index 75bc8f8d9..415ec722f 100644 --- a/docs/integration/index.mdx +++ b/docs/integration/index.mdx @@ -9,13 +9,6 @@ Sourcegraph integrates with your other tools to help you search, navigate, and r - [GitLab](/integration/gitlab) - [Bitbucket Cloud](/integration/bitbucket_cloud) - [Bitbucket Server / Bitbucket Data Center](/integration/bitbucket_server) - - [Package repository hosts](/admin/code_hosts/package-repos) - - [JVM dependencies](/integration/jvm) - - [npm dependencies](/integration/npm) - - [Python dependencies](/integration/python) - - [Go dependencies](/integration/go) - - [Ruby dependencies](/integration/ruby) - - [Rust dependencies](/integration/rust) - [Other Git repository hosts](/admin/code_hosts/other) - [Editor plugins](/integration/editor): jump to Sourcegraph from your editor - [Open in Editor](/integration/open_in_editor): jump to your editor from Sourcegraph From d8aae5945008dc69963f152b4666f2c837dd81b0 Mon Sep 17 00:00:00 2001 From: steve sadler Date: Thu, 3 Apr 2025 13:48:48 -0600 Subject: [PATCH 2/3] Update codenav index.mdx --- docs/code-search/code-navigation/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/code-search/code-navigation/index.mdx b/docs/code-search/code-navigation/index.mdx index 0f58bf3a1..61d3fe621 100644 --- a/docs/code-search/code-navigation/index.mdx +++ b/docs/code-search/code-navigation/index.mdx @@ -30,7 +30,6 @@ Code Navigation helps you with the following tasks: | [Popover](/code_navigation/explanations/features#popover) | Quickly view a symbol's type signature and documentation without switching to another source file | | [Go to definition](/code_navigation/explanations/features#go-to-definition) | Click the button or symbol name, navigates you to the symbol's definition | | [Find references](/code_navigation/explanations/features#find-references) | Selecting it in the popover lists all references, definitions, and implementations at the bottom, including precise and search-based results | -| [Dependency navigation](/code_navigation/explanations/features#dependency-navigation) (Beta) | Extends code navigation to work across [packages](/admin/code_hosts/package-repos) | | [Find implementations](/code_navigation/explanations/features#find-implementations) | Click to go to a symbol's interface definition or, at the interface, see all implementations across repositories, including interfaces implemented by a struct | | [Perform an action](/code-search/code-navigation/features#perform-an-action) | When browsing code, you can perform a couple of actions like open in code host, raw download and view blame. | From 829b664b0c3478898e9c49d04ea41a7e16db80f7 Mon Sep 17 00:00:00 2001 From: steve sadler Date: Thu, 3 Apr 2025 13:53:30 -0600 Subject: [PATCH 3/3] Update code_hosts index.mdx --- docs/admin/code_hosts/index.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/admin/code_hosts/index.mdx b/docs/admin/code_hosts/index.mdx index a3370f644..24eea5e8a 100644 --- a/docs/admin/code_hosts/index.mdx +++ b/docs/admin/code_hosts/index.mdx @@ -58,13 +58,6 @@ We recognize there are other code hosts including CVS, SVN, and many more. Today - [Non-Git code hosts](/admin/code_hosts/non-git) - [Perforce](/admin/repo/perforce) - [Plastic SCM](/admin/repo/plasticscm) - - [Package repository hosts](/admin/code_hosts/package-repos) - - [JVM dependencies](/admin/code_hosts/jvm) - - [Go dependencies](/admin/code_hosts/go) - - [npm dependencies](/admin/code_hosts/npm) - - [Python dependencies](/admin/code_hosts/python) - - [Ruby dependencies](/admin/code_hosts/ruby) - - [Rust dependencies](/admin/code_hosts/rust) ## Rate limits