You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/index.mdx
+33-46Lines changed: 33 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
# Getting Started
2
2
3
3
<pclassName="subtitle">
4
-
{''}
5
-
This page will help you learn and understand about Sourcegraph and how to use
6
-
it.{''}
4
+
This page will help you learn and understand about Sourcegraph and how to
5
+
use it.
7
6
</p>
8
7
9
8
## What is Sourcegraph?
@@ -16,8 +15,8 @@ In addition to the [companies listed on about.sourcegraph.com](https://about.sou
16
15
17
16
More specifically, Sourcegraph is great for all developers except:
18
17
19
-
-those on smaller teams with a small amount of code
20
-
-those who rarely search, read, or review code
18
+
- those on smaller teams with a small amount of code
19
+
- those who rarely search, read, or review code
21
20
22
21
## Why do I need Code Search?
23
22
@@ -27,26 +26,26 @@ Facebook and Google provide their employees with an in-house Sourcegraph-like co
27
26
28
27
Sourcegraph helps you:
29
28
30
-
-Find example code
31
-
-Explore/read code (including during a code review)
32
-
-Debug issues
33
-
-Locate a specific piece of code
34
-
-Determine the impact of changes
35
-
-And more!
29
+
- Find example code
30
+
- Explore/read code (including during a code review)
31
+
- Debug issues
32
+
- Locate a specific piece of code
33
+
- Determine the impact of changes
34
+
- And more!
36
35
37
36
Sourcegraph makes it easier for you and everyone else in your organization to perform these tasks.
38
37
39
38
## What does Sourcegraph do?
40
39
41
40
Sourcegraph's main features are:
42
41
43
-
-[Code navigation](#code-navigation): jump-to-definition, find references, and other smart, IDE-like code browsing features on any branch, commit, or PR/code review
44
-
-[Code search](#code-search): fast, up-to-date, and scalable, with regexp support on any branch or commit without an indexing delay (and diff search)
45
-
-[Notebooks](#notebooks): pair code and markdown to create powerful live and persistent documentation
46
-
-[Cody](#cody): read and write code with the help of a context-aware AI code assistant
47
-
-[Code Insights](#code-insights): reveal high-level information about your codebase at its current state and over time to track migrations, version usage, vulnerability remediation, ownership, and anything else you can search in Sourcegraph
48
-
-[Batch Changes](#batch-changes): make large-scale code changes across many repositories and code hosts
49
-
-[Integrations](#integrations) with code hosts, code review tools, editors, web browsers, etc.
42
+
-[Deep Search](/deep-search): Agentic, deep understanding of even the largest code bases.
43
+
-[Code Search](#code-search): fast, up-to-date, and scalable, with regexp support on any branch or commit without an indexing delay (and diff search)
44
+
-[Code navigation](#code-navigation): jump-to-definition, find references, and other smart, IDE-like code browsing features on any branch, commit, or PR/code review
45
+
-[Cody](#cody): read and write code with the help of a context-aware AI code assistant
46
+
-[Code Insights](#code-insights): reveal high-level information about your codebase at its current state and over time to track migrations, version usage, vulnerability remediation, ownership, and anything else you can search in Sourcegraph
47
+
-[Batch Changes](#batch-changes): make large-scale code changes across many repositories and code hosts
48
+
-[Integrations](#integrations) with code hosts, code review tools, editors, web browsers, etc.
50
49
51
50
## How do I start using Sourcegraph?
52
51
@@ -63,44 +62,44 @@ Sourcegraph Enterprise is Sourcegraph's primary offering and includes all code i
63
62
64
63
## How is Sourcegraph different from the GitHub code search?
65
64
66
-
-[See how GitHub code search compares to Sourcegraph](/getting-started/github-vs-sourcegraph)
65
+
-[See how GitHub code search compares to Sourcegraph](/getting-started/github-vs-sourcegraph)
67
66
68
67
## Code Search
69
68
70
69
Sourcegraph code search is fast, works across all your repositories at any commit, and has minimal indexing delay. Code search also includes advanced features, including:
@@ -112,26 +111,14 @@ Cody is an AI code assistant that uses Sourcegraph code search, the code graph,
112
111
113
112
[Learn more about Cody](/cody/).
114
113
115
-
## Notebooks
116
-
117
-
<Callouttype="note">GA in version 3.39 or later</Callout>
118
-
119
-
Increase dev collaboration and self-service through live documentation covering best practices, shared code, and processes.
120
-
121
-
Read the [Notebooks documentation](/notebooks/) to learn more, and check out these [publicly available notebooks](https://sourcegraph.com/notebooks?_ga=2.9922293.1906238367.1667257632-528424761.1615652680&_gl=1*1xalma3*_ga*NTI4NDI0NzYxLjE2MTU2NTI2ODA.*_ga_E82CCDYYS1*MTY2NzI1NzYzMi41NS4xLjE2NjcyNjA3NjIuMC4wLjA.).
122
-
123
114
## Batch Changes
124
115
125
-
<Callouttype="info">Batch Changes is an Enterprise feature.</Callout>
126
-
127
116
Automate changes to your codebase. Reduce effort, reduce errors, and enable developers to focus on high-value work.
128
117
129
118
Read the [batch changes documentation](/batch-changes/) to learn more, including helpful how-to guides. Want a video tutorial? Check out this [batch change tutorial](https://www.youtube.com/watch?v=eOmiyXIWTCw)
130
119
131
120
## Code Insights
132
121
133
-
<Callouttype="info">Code Insights is an Enterprise feature.</Callout>
134
-
135
122
Sourcegraph lets you understand and analyze code trends by visualizing how the codebase changes. Measure and act on engineering goals such as migration and component deprecation.
136
123
137
124
Read the [code insights documentation](/code-insights/) to learn more, including helpful how-to guides.
0 commit comments