Skip to content

Commit b630c74

Browse files
authored
Minor cleanup (#1420)
1 parent 30ce7f4 commit b630c74

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

docs/deep-search/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p className= "subtitle">Learn more about Sourcegraph's agentic Code Search tool Deep Search.</p>
44

5-
<Callout type="note">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. </Callout>
5+
<Callout type="note">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.</Callout>
66

77
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.
88

@@ -61,8 +61,9 @@ Conversation sharing is disabled by default. To enable conversation sharing, ask
6161
```
6262

6363

64-
### Custom model configuration and BYOK (Bring Your Own Key)
65-
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.
64+
### Custom model configuration and BYOK (Bring Your Own Key)
65+
66+
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.
6667

6768
## API access
6869

docs/sla/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ The following policy applies to both our cloud-based (managed instance) and on-p
3131
| 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) |
3232
| 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) |
3333

34-
<Callout type="note">Cody Free users are not eligible for email Support but can get assistance through our Community Discord.</Callout>
35-
3634
### Minimum Supported Version for Self-Hosted Instances
3735

3836
We support the current major version of the Software and the immediately preceding major version (N minus 1).

src/components/Layout.tsx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,6 @@ function Header() {
4444
<header
4545
className="sticky top-0 z-50"
4646
>
47-
{/* Cody docs banner */}
48-
{/*isCodyDocs && !isopenCtxDocs && <TopBanner
49-
text="UPDATE: Starting July 23, 2025, we're making changes to Cody Free, Pro, and Enterprise Starter plans."
50-
link="https://sourcegraph.com/blog/changes-to-cody-free-pro-and-enterprise-starter-plans"
51-
linkText="Read here"
52-
textColor="#ffffff"
53-
backgroundColor="#F34E3F"
54-
opacity='0.80'
55-
/>*/}
56-
57-
{/* Pricing docs banner */}
58-
{/*isPricingDocs && !isopenCtxDocs && <TopBanner
59-
text="UPDATE: Starting July 23, 2025, we're making changes to Cody Free, Pro, and Enterprise Starter plans."
60-
link="https://sourcegraph.com/blog/changes-to-cody-free-pro-and-enterprise-starter-plans"
61-
linkText="Read here"
62-
textColor="#ffffff"
63-
backgroundColor="#F34E3F"
64-
opacity='0.80'
65-
/>*/}
66-
67-
{/* Openctx docs banner */}
68-
{/* {isopenCtxDocs && <TopBanner
69-
text="NEW: MCP is the recommended method for adding external context in Cody due to its broad community adoption and extensive tool support."
70-
link="https://sourcegraph.com/docs/cody/capabilities/agentic-context-fetching#mcp-support"
71-
linkText="Read docs to learn more about configuring MCP."
72-
textColor="#ffffff"
73-
backgroundColor="#F34E3F"
74-
/>} */}
75-
7647
<div className={clsx(
7748
'flex flex-none flex-wrap items-center justify-between bg-light-bg px-4 py-6 shadow-md shadow-slate-900/5 transition duration-500 dark:border-dark-border dark:shadow-none sm:px-6 lg:border-b lg:border-light-border lg:px-8',
7849
isScrolled
@@ -129,7 +100,6 @@ export function Layout({ children }: { children: React.ReactNode }) {
129100
<Header />
130101

131102
{isHomePage && <Hero />}
132-
{/* {isHomePage && <DemoLayout />} */}
133103

134104
<div className="relative mx-auto flex w-full max-w-8xl flex-auto justify-center sm:px-2 lg:px-8 xl:px-12">
135105
<div className="hidden lg:relative lg:block lg:flex-none">

0 commit comments

Comments
 (0)