Skip to content

Commit 44da856

Browse files
authored
fix missing links and remove reference to auto-dependency indexing (#1140)
- fixes a couple of 404 broken links on the precise indexing doc page - remove reference to auto-dependency indexing which relies on [package code hosts](#724) ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 1e65187 commit 44da856

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/code-search/code-navigation/precise_code_navigation.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Precise code navigation relies on the open source [SCIP Code Intelligence Protoc
2222

2323
## Setting up code navigation for your codebase
2424

25-
<Callout type="info">There are several options for setting up precise code navigation listed below. However, we always recommend you start by manually indexing your repo locally using the [approriate indexer](/code-navigation/writing_an_indexer#quick-reference) for your language. Code and build systems can vary by project and ensuring you can first succesfully run the indexer locally leads to a smoother experience since it is vastly easier to debug and iterate on any issues locally before trying to do so in CI/CD or in Auto-Indexing.</Callout>
25+
<Callout type="info">There are several options for setting up precise code navigation listed below. However, we always recommend you start by manually indexing your repo locally using the [approriate indexer](/code-search/code-navigation/writing_an_indexer#quick-reference) for your language. Code and build systems can vary by project and ensuring you can first succesfully run the indexer locally leads to a smoother experience since it is vastly easier to debug and iterate on any issues locally before trying to do so in CI/CD or in Auto-Indexing.</Callout>
2626

2727
1. **Manual indexing**. Index a repository and upload it to your Sourcegraph instance:
2828

@@ -32,12 +32,8 @@ Precise code navigation relies on the open source [SCIP Code Intelligence Protoc
3232
- [Index a Python repository](https://sourcegraph.com/github.com/sourcegraph/scip-python)
3333
- [Index a Ruby repository](https://sourcegraph.com/github.com/sourcegraph/scip-ruby)
3434

35-
2. [**Automate indexing via CI**](/code_navigation/how-to/adding_scip_to_workflows): Add indexing and uploading to your CI setup.
35+
2. [**Automate indexing via CI**](/code-search/code-navigation/how-to/adding_scip_to_workflows): Add indexing and uploading to your CI setup.
3636
3. [**Auto-indexing**](/code-search/code-navigation/auto_indexing#enable-auto-indexing): Sourcegraph will automatically index your repositories and enable precise code navigation for them.
37-
4. Set up **auto-dependency indexing** to navigate and search through the dependencies your code uses:
38-
- **Go**: Enable [auto-indexing](/code-search/code-navigation/auto_indexing) and Sourcegraph will start indexing your dependencies.
39-
- **JavaScript, TypeScript**: Enable [auto-indexing](/code-search/code-navigation/auto_indexing#enable-auto-indexing) and set up an [npm dependencies code host](/integration/npm).
40-
- **Java, Scala, Kotlin**: Enable [auto-indexing](/code-search/code-navigation/auto_indexing) and set up a [JVM dependencies code host](/integration/jvm).
4137

4238
## Supported languages and indexers
4339

0 commit comments

Comments
 (0)