diff --git a/docs/deep-search/index.mdx b/docs/deep-search/index.mdx
index 0b144e2c9..382d108ce 100644
--- a/docs/deep-search/index.mdx
+++ b/docs/deep-search/index.mdx
@@ -2,7 +2,7 @@
Learn more about Sourcegraph's agentic Code Search tool Deep Search.
-Deep Search is available for Enterprise and Enterprise Starter customers. It's not supported for BYOK users. Please reach out to your Sourcegraph account team to request access.
+Deep Search is available for Enterprise and Enterprise Starter customers. It's not supported for BYOK users. Please reach out to your Sourcegraph account team to request access.
Deep Search is an agentic code search tool that understands natural language questions about your codebase. When a question is submitted, Deep Search performs an in-depth search and returns a detailed answer. The conversation can be continued with follow-up questions to dive deeper into relevant code.
@@ -61,8 +61,9 @@ Conversation sharing is disabled by default. To enable conversation sharing, ask
```
-### Custom model configuration and BYOK (Bring Your Own Key)
-Deep Search is only available to customers using Sourcegraph’s built-in model gateway. Customers who configure and access their own models via BYOK cannot use the Deep Search feature.
+### Custom model configuration and BYOK (Bring Your Own Key)
+
+Deep Search is only available to customers using the [Sourcegraph Model Provider](/model-provider). Customers who configure and access their own models via BYOK cannot use the Deep Search feature.
## API access
diff --git a/docs/sla/index.mdx b/docs/sla/index.mdx
index 2a4cf6d0d..14c063f4e 100644
--- a/docs/sla/index.mdx
+++ b/docs/sla/index.mdx
@@ -31,8 +31,6 @@ The following policy applies to both our cloud-based (managed instance) and on-p
| 2 | Medium impact: Core features are unavailable or somewhat slowed; workaround exists | Within two business days of identifying the issue | 8 AM to 5 PM PST (Monday-Friday) |
| 3 | Minimal impact: Questions or clarifications regarding features, documentation, or deployments | Within three business days of identifying the issue | 8 AM to 5 PM PST (Monday-Friday) |
-Cody Free users are not eligible for email Support but can get assistance through our Community Discord.
-
### Minimum Supported Version for Self-Hosted Instances
We support the current major version of the Software and the immediately preceding major version (N minus 1).
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index b7df58d46..0497f7c24 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -44,35 +44,6 @@ function Header() {
- {/* Cody docs banner */}
- {/*isCodyDocs && !isopenCtxDocs && */}
-
- {/* Pricing docs banner */}
- {/*isPricingDocs && !isopenCtxDocs && */}
-
- {/* Openctx docs banner */}
- {/* {isopenCtxDocs && } */}
-
{isHomePage && }
- {/* {isHomePage && } */}