Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit e11a5a8

Browse files
authored
Fix experimental and beta badges in headings (#57593)
1 parent f72eaa7 commit e11a5a8

File tree

3 files changed

+36
-8
lines changed

3 files changed

+36
-8
lines changed

doc/cody/overview/enable-cody-enterprise.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,15 @@ Create your own key with OpenAI [here](https://beta.openai.com/account/api-keys)
269269

270270
[Read and learn more about the supported OpenAI models here →](https://platform.openai.com/docs/models)
271271

272-
### Azure OpenAI <span style="margin-left: 0.25rem" class="badge badge-experimental">Experimental</span>
272+
### Azure OpenAI
273273

274-
> NOTE: Azure OpenAI support is in the experimental stage.
274+
<aside class="experimental">
275+
<p>
276+
<span style="margin-right:0.25rem;" class="badge badge-experimental">Experimental</span> Azure OpenAI support is in the experimental stage.
277+
<br />
278+
For any feedback, you can <a href="https://about.sourcegraph.com/contact">contact us</a> directly, file an <a href="https://github.com/sourcegraph/cody/issues">issue</a>, join our <a href="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <a href="https://twitter.com/sourcegraphcody">tweet</a>.
279+
</p>
280+
</aside>
275281

276282
Create a project in the Azure OpenAI portal. Go to **Keys and Endpoint** from the project overview and get **one of the keys** on that page and the **endpoint**.
277283

@@ -294,9 +300,15 @@ Once done, go to **Site admin > Site configuration** (`/site-admin/configuration
294300
}
295301
```
296302

297-
### Anthropic Claude through AWS Bedrock <span style="margin-left: 0.25rem" class="badge badge-experimental">Experimental</span>
303+
### Anthropic Claude through AWS Bedrock
298304

299-
> NOTE: AWS Bedrock support is in experimental stage.
305+
<aside class="experimental">
306+
<p>
307+
<span style="margin-right:0.25rem;" class="badge badge-experimental">Experimental</span> AWS Bedrock support is in the experimental stage.
308+
<br />
309+
For any feedback, you can <a href="https://about.sourcegraph.com/contact">contact us</a> directly, file an <a href="https://github.com/sourcegraph/cody/issues">issue</a>, join our <a href="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <a href="https://twitter.com/sourcegraphcody">tweet</a>.
310+
</p>
311+
</aside>
300312

301313
First, make sure you can access AWS Bedrock (currently in beta). Then, request access to the Anthropic Claude models in Bedrock.
302314
This may take some time to provision.

doc/cody/overview/install-jetbrains.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,18 @@
9797

9898
</style>
9999

100-
# Install Cody for JetBrains <span class="badge badge-experimental" style="margin-left: 0.5rem; vertical-align:middle;">Beta</span>
100+
# Install Cody for JetBrains
101101

102102
<p class="subtitle">Learn how to use Cody and its features with the JetBrains IntelliJ editor.</p>
103103

104+
<aside class="beta">
105+
<p>
106+
<span style="margin-right:0.25rem;" class="badge badge-beta">Beta</span> Cody support for JetBrains is in the Beta stage.
107+
<br />
108+
For any feedback, you can <a href="https://about.sourcegraph.com/contact">contact us</a> directly, file an <a href="https://github.com/sourcegraph/cody/issues">issue</a>, join our <a href="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <a href="https://twitter.com/sourcegraphcody">tweet</a>.
109+
</p>
110+
</aside>
111+
104112
The Cody extension by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis. This guide will walk you through the steps to install and set up the Cody within your JetBrains environment.
105113

106114
<ul class="limg">
@@ -195,7 +203,7 @@ The Cody plugin works with all JetBrains IDEs, including:
195203
- Rider
196204
- Android Studio
197205

198-
## Enable code graph context for context-aware answers (Optional)
206+
## Enable code graph context for context-aware answers (optional)
199207

200208
You can optionally configure code graph content, which gives Cody the ability to provide context-aware answers. For example, Cody can write example API calls if has context of a codebase's API schema.
201209

doc/cody/overview/install-neovim.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,19 @@ td:first-child {
120120

121121
</style>
122122

123-
# Install Cody for Neovim <span class="badge badge-experimental" style="margin-left: 0.5rem; vertical-align:middle;">Experimental</span>
123+
# Install Cody for Neovim
124124

125125
<p class="subtitle">Learn how to use Cody and its features with the Neovim editor.</p>
126126

127-
The Cody extension by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis.
127+
<aside class="experimental">
128+
<p>
129+
<span style="margin-right:0.25rem;" class="badge badge-experimental">Experimental</span> Cody support for Neovim is in the experimental stage.
130+
<br />
131+
For any feedback, you can <a href="https://about.sourcegraph.com/contact">contact us</a> directly, file an <a href="https://github.com/sourcegraph/cody/issues">issue</a>, join our <a href="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <a href="https://twitter.com/sourcegraphcody">tweet</a>.
132+
</p>
133+
</aside>
134+
135+
The Cody extension for Neovim by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis.
128136

129137
This guide will walk you through installing and setting up the Cody within your Neovim environment.
130138

0 commit comments

Comments
 (0)