diff --git a/docs/admin/webhooks/incoming.mdx b/docs/admin/webhooks/incoming.mdx
index 19fbdaba7..97c6c6bd6 100644
--- a/docs/admin/webhooks/incoming.mdx
+++ b/docs/admin/webhooks/incoming.mdx
@@ -249,9 +249,9 @@ Done! Sourcegraph will now receive webhook events to sync data with lower latenc
1. On Azure DevOps, go to each project, and then **Project settings > General > Service hooks**.
2. Click **Create subscription**.
- 
+ 
3. Select **Web Hooks** and click **Next** .
- 
+ 
4. From the **Trigger on this type of event** drop-down, choose:
- **For repo changes**:
- _Not supported_
@@ -259,7 +259,7 @@ Done! Sourcegraph will now receive webhook events to sync data with lower latenc
- `Pull request updated`
- **For repository permissions**:
- _Not supported_
- 
+ 
5. Set the filters how you like, or leave them at the default: **[Any]** and click **Next**.
6. Fill in the webhook form:
- **URL**: The URL found after creating an incoming webhook.
diff --git a/docs/batch-changes/design.mdx b/docs/batch-changes/design.mdx
index 21f8d46b8..65fc89d36 100644
--- a/docs/batch-changes/design.mdx
+++ b/docs/batch-changes/design.mdx
@@ -18,7 +18,7 @@ Kubernetes is a distributed system with an API that many people are familiar wit
| | **[Kubernetes Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/)** | **Sourcegraph Batch Changes** |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| What underlying thing does this API manage? | Pods running on many (possibly unreliable) nodes | Branches and changesets on many repositories that can be rate-limited and externally modified (and our authorization can change) |
-| Spec YAML |  |  |
+| Spec YAML |  |  |
| How desired state is computed |
- Evaluate `replicas`, etc. to determine pod count and other template inputs
- Instantiate `template` once for each pod to produce PodSpecs
| - Evaluate `on`, `steps` to determine list of patches
- Instantiate `changesetTemplate` once for each patch to produce ChangesetSpecs
|
| Desired state consists of... | - DeploymentSpec file (the YAML above)
- List of PodSpecs (template instantiations)
| - batch spec file (the YAML above)
- List of ChangesetSpecs (template instantiations)
|
| Where is the desired state computed? | The deployment controller (part of the Kubernetes cluster) consults the DeploymentSpec and continuously computes the desired state. | - The [Sourcegraph CLI](https://github.com/sourcegraph/src-cli) (running on your local machine, not on the Sourcegraph server) consults the batch spec and computes the desired state when you invoke `src batch apply`.
- **Difference vs. Kubernetes**: A batch change's desired state is computed locally, not on the server. It requires executing arbitrary commands, which is not yet supported by the Sourcegraph server.
|
diff --git a/docs/code-insights/language-insight-quickstart.mdx b/docs/code-insights/language-insight-quickstart.mdx
index 2723c24f9..5d9d2d413 100644
--- a/docs/code-insights/language-insight-quickstart.mdx
+++ b/docs/code-insights/language-insight-quickstart.mdx
@@ -10,7 +10,7 @@ In this guide, you'll create a Sourcegraph language code insight that shows the
For more information about Code Insights see the [Code Insights](/code-insights/) documentation.
-
+
### 1. Visit your Sourcegraph instance /Insights page and select "+ Create new insight"
diff --git a/docs/code-insights/quickstart.mdx b/docs/code-insights/quickstart.mdx
index 2f2533c09..80185f73e 100644
--- a/docs/code-insights/quickstart.mdx
+++ b/docs/code-insights/quickstart.mdx
@@ -8,7 +8,7 @@ In this guide, you'll create a Sourcegraph code insight that tracks the number o
For more information about Code Insights see the [Code Insights](/code-insights/) documentation.
-
+
## Requirements
diff --git a/docs/cody/clients/install-vscode.mdx b/docs/cody/clients/install-vscode.mdx
index 1b139eb48..d43a84fb1 100644
--- a/docs/cody/clients/install-vscode.mdx
+++ b/docs/cody/clients/install-vscode.mdx
@@ -49,11 +49,11 @@ Sourcegraph Enterprise users should connect Cody to their Enterprise instance by
You'll be prompted to choose how to sign-in, Enter the URL of your Enterprise instance. If you are unsure, please contact your administrator.
-
+
A pop-up will ask if you want to Open the URL in a new window. Click **Open** to open the URL in a new window. Next, sign in to your instance. If you do not yet have a login, please contact your administrator.
-
+
Create an access token from Account Settings - Access Tokens. Click **+ Generate new token**
@@ -69,7 +69,7 @@ Copy the token and return to VS Code.
Again, click **Sign In to Your Enterprise Instance** and choose **Sign In to Sourcegraph Instances v5.1 and above**. Enter the URL of your instance.
-You should now be prompted to authorize Sourcegraph to connect to your VS Code extension using the token you created. Click **Authorize**. Finally, you will be asked to allow the extension access. CLick **Open**. VS Code should now display the Cody panel and you're ready to go.
+You should now be prompted to authorize Sourcegraph to connect to your VS Code extension using the token you created. Click **Authorize**. Finally, you will be asked to allow the extension access. Click **Open**. VS Code should now display the Cody panel and you're ready to go.
## Verifying the installation
diff --git a/docs/cody/troubleshooting.mdx b/docs/cody/troubleshooting.mdx
index 3baf0c456..f640ff443 100644
--- a/docs/cody/troubleshooting.mdx
+++ b/docs/cody/troubleshooting.mdx
@@ -22,7 +22,7 @@ If you're experiencing issues with Cody's responses or completions being too slo
- Ensure you have the latest version of the [Cody VS Code extension](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai). Use the VS Code command `Extensions: Check for Extension Updates` to verify
- Enable verbose logging, restart the extension and reproduce the issue seen again (see below `Access Cody logs` for how to do this)
-- Send information to the our Support Team at support@sourcegraph.com
+- Send information to our Support Team at support@sourcegraph.com
Some additional information that will be valuable:
@@ -155,19 +155,19 @@ Note that you may need to quit VSCode first, then run that command to re-launch
- After VS Code is started, head over to Chrome and go to `chrome://inspect`, which takes you to the following:
-
+
- Configure the inspect server you started on port `9333` from here. To do so, click on **Open dedicated DevTools for Node**, then go to the **Connection** tab, and make sure to add `localhost:9333` to the list
-
+
- Now head back to the `chrome://inspect` tab, and you should see a new remote target that you can inspect
-
+
- Clicking this will open a (somewhat reduced) DevTools view. Great! We've almost got it. From here you can go to the **Performance** tab to record a trace. And finally, swap tabs to the VS Code window and interact with the extension. Come back later to stop the recording and export it.
-
+
### Record a CPU profile for Cody in VSCode
diff --git a/docs/cody/use-cases/vsc-tutorial.mdx b/docs/cody/use-cases/vsc-tutorial.mdx
index 54cf6f384..8d2142f93 100644
--- a/docs/cody/use-cases/vsc-tutorial.mdx
+++ b/docs/cody/use-cases/vsc-tutorial.mdx
@@ -4,7 +4,7 @@ This tutorial gives you a quick walkthrough of leveraging Cody for autocompletio
## Code Autocomplete
-
+
Start writing code and Cody will complete the line (or the entire function) for you. Press **Tab** to accept the suggestion.
@@ -16,7 +16,7 @@ Start writing code and Cody will complete the line (or the entire function) for
## Chat
-
+
Answer questions about general programming topics, or specific to your codebase, with Cody chat. You can choose between LLMs, @-mentions files and symbols, and enable enhanced repository-wide code context.
@@ -29,7 +29,7 @@ You can start a chat at any time using the default keyboard shortcut of `Opt+L`/
## Cody Commands
-
+
Cody has a range of commands for explaining code, generating unit tests, adding documentation, and more.
@@ -77,7 +77,7 @@ You can also run this command from the [Cody: Commands Menu](command:cody.menu.c
## Fix Code
-
+
Something wrong with your code? Use Cody’s "Ask Cody to Fix" command to fix it, or explain the problem.
diff --git a/docs/integration/browser-extension/how-tos/browser-search-engine.mdx b/docs/integration/browser-extension/how-tos/browser-search-engine.mdx
index 4a685841c..14ad89de9 100644
--- a/docs/integration/browser-extension/how-tos/browser-search-engine.mdx
+++ b/docs/integration/browser-extension/how-tos/browser-search-engine.mdx
@@ -2,7 +2,7 @@
You can add Sourcegraph as a browser search engine to quickly search Sourcegraph from your browser's location bar when you type a special shortcut, such as `src`. This is one of the most common ways to initiate a search on Sourcegraph.
-
+
---
@@ -18,18 +18,18 @@ The easiest way is to install the [Sourcegraph browser extension](/integration/b
1. Copy the URL of the search results page.
1. Go to `chrome://settings`. Under **Search engine**, click **Manage search engines**. Next to **Other search engines**, click **ADD**.
-
+
1. In the **Add search engine** form, paste the URL you copied (in step 1) in the **URL with %s in place of query** field. Insert the string `%s` into the URL's `?q=` query parameter (and remove any parts of the query that you don't want to keep).
2. Fill in the keyword field with the keyboard shortcut you want for searching on Sourcegraph. In this example, it's set to s.
-
+
-5.Click **ADD**.
+5. Click **ADD**.
To use the shortcut, focus in the browser address bar, type in the keyword you chose (such as src), and press Tab. Now type your Sourcegraph code search query and hit enter. You'll be taken to the search results page on your Sourcegraph instance.
-
+
For more information on setting Chrome search engines, [see Chrome's help page](https://support.google.com/chrome/answer/95426?co=GENIE.Platform%3DDesktop&hl=en).
diff --git a/docs/self-hosted/deploy/docker-compose/digitalocean.mdx b/docs/self-hosted/deploy/docker-compose/digitalocean.mdx
index 93e4360f4..3a20173b1 100644
--- a/docs/self-hosted/deploy/docker-compose/digitalocean.mdx
+++ b/docs/self-hosted/deploy/docker-compose/digitalocean.mdx
@@ -12,7 +12,7 @@ This guide will take you through how to deploy a Sourcegraph instance to a singl
1. Select **Ubuntu 18.04** under _Distributions_
-
+
#### Choose a plan
@@ -29,14 +29,14 @@ This guide will take you through how to deploy a Sourcegraph instance to a singl
3. Under **Choose configuration options**, select "Manually Format and Mount"
-
+
#### Authentication
1. RECOMMENDED Select **SSH keys** to create
a **New SSH Key** for convenient access to the droplet
-
+
#### Authentication > Enable backups
diff --git a/docs/self-hosted/deploy/kubernetes/troubleshoot.mdx b/docs/self-hosted/deploy/kubernetes/troubleshoot.mdx
index 5b9a5a198..1195435ea 100644
--- a/docs/self-hosted/deploy/kubernetes/troubleshoot.mdx
+++ b/docs/self-hosted/deploy/kubernetes/troubleshoot.mdx
@@ -110,13 +110,13 @@ Known issues when using a service mesh (e.g. Istio, Linkerd, etc.)
#### Error message: `Git command [git rev-parse HEAD] failed (stderr: ""): strconv.Atoi: parsing "": invalid syntax`
-
+
This error occurs because Envoy, the proxy used by Istio, [drops proxied trailers for the requests made over HTTP/1.1 protocol by default](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#config-core-v3-http1protocoloptions). To resolve this issue, enable trailers in your instance following the examples provided for [Kubernetes](https://github.com/sourcegraph/deploy-sourcegraph/tree/master/overlays) and [Kubernetes with Helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/tree/main/charts/sourcegraph/examples).
#### Symbols sidebar and hovers are not working
-
+
In a service mesh like Istio, communication between services is secured using a feature called mutual Transport Layer Security (mTLS). mTLS relies on services communicating with each other using DNS names, rather than IP addresses, to identify the specific services or pods that the communication is intended for.
@@ -151,7 +151,7 @@ SEARCHER_URL=http:searcher:3184
#### Squirrel.LocalCodeIntel http status 502
-
+
The issue described is related to the Code Intel hover feature, where it may get
stuck in a loading state or return a 502 error with the message `Squirrel.LocalCodeIntel
http status 502`. This is caused by the same issue described in [Symbols sidebar
diff --git a/docs/self-hosted/deploy/machine-images/gce.mdx b/docs/self-hosted/deploy/machine-images/gce.mdx
index ce90f8542..a54c9b7ef 100644
--- a/docs/self-hosted/deploy/machine-images/gce.mdx
+++ b/docs/self-hosted/deploy/machine-images/gce.mdx
@@ -44,7 +44,7 @@ If you fall between two sizes, choose the larger of the two. For example, if you
#### Step 1: Upload the Sourcegraph instance image to your Google Cloud Storage
-
+
1. Download the image (`tar.gz`) file that matches your deployment size from the [instance size chart](#instance-size-chart)
2. Navigate to [Google Cloud Storage](https://console.cloud.google.com/storage) and select a project where you will store the image and deploy the instance in
@@ -53,7 +53,7 @@ If you fall between two sizes, choose the larger of the two. For example, if you
#### Step 2: Create a new custom image
-
+
1. Click **CREATE IMAGE** on top of the [GCE Images Console](https://console.cloud.google.com/compute/images)
- Name: [Any]
@@ -65,7 +65,7 @@ If you fall between two sizes, choose the larger of the two. For example, if you
#### Step 3: Launch a new instance
-
+
1. Create a new VM instance from your [GCE Console](https://console.cloud.google.com/compute)
2. Name the instance
@@ -185,7 +185,7 @@ helm upgrade -i -f /home/sourcegraph/deploy/install/override.yaml --version {CUR
##### Step 1: Stop the current instance
-
+
1. _Stop_ your current Sourcegraph GCP Image instance from the [GCE Console](https://console.cloud.google.com/compute).
2. Navigate to your instance console after your instance is stopped.