Skip to content

Commit fe8e4b9

Browse files
committed
Cleanup some very old information
1 parent 33e5082 commit fe8e4b9

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

docs/cody/enterprise/features.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ If you want to include recent changes that haven't been indexed in your Sourcegr
9292

9393
## Prompt pre-instructions
9494

95-
<Callout type="info">
96-
Prompt pre-instructions is supported for Sourcegraph `v5.10` and more.
97-
</Callout>
98-
9995
**Site admins** can add and configure prompt pre-instructions for Cody. These are text instructions that Cody uses with every chat query, allowing organizations to configure how Cody responds to their users.
10096

10197
For example, if you don’t want Cody to answer questions relating to sensitive non-code matters, you can pre-instruct Cody about it. In this case, if a user asks an unrelated question, Cody responds with a pre-instructed context.

docs/cody/enterprise/model-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<Callout type="note">
99
`modelConfiguration` is the recommended way to configure chat and
10-
autocomplete models in Sourcegraph `v5.6.0` and later.
10+
autocomplete models.
1111
</Callout>
1212

1313
The `modelConfiguration` field in the **Site config** section allows you to configure Cody to use different LLM models for chat and autocomplete, enabling greater flexibility in selecting the best model for your needs.

docs/cody/faq.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ Cody's response quality on a programming language depends on many factors, inclu
7070

7171
Cody Chat is optimized for coding related use cases and can be used primarily for reviewing, analysis, testing, writing, and editing of software code. Use of Cody for any other purposes is against our [acceptable use policy](https://sourcegraph.com/terms/aup) and may result in your account being restricted.
7272

73-
### What happened to the Cody App?
74-
75-
We’ve deprecated the Cody App to streamline the experience. The Cody App is no longer available for download.
76-
7773
## Embeddings
7874

7975
### Why were embeddings removed once my instance was upgraded to v5.3?

src/data/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const navigation: NavigationItem[] = [
243243
},
244244
{
245245
title: 'Enterprise Architecture',
246-
href: '/cody/core-concepts/enterprise-architecture'
246+
href: '/admin/architecture#cody'
247247
}
248248
]
249249
},

0 commit comments

Comments
 (0)