Skip to content

Commit 5a42efd

Browse files
authored
Fix broken links in Features table (#806)
Fix broken links in Features table on main Cody homepage.
1 parent 498a877 commit 5a42efd

File tree

1 file changed

+8
-34
lines changed

1 file changed

+8
-34
lines changed

docs/cody/index.mdx

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -29,40 +29,14 @@ You can start using Cody with one of the following options:
2929

3030
Cody's main features include:
3131

32-
<table>
33-
<thead>
34-
<tr>
35-
<th>Feature</th>
36-
<th>Description</th>
37-
</tr>
38-
</thead>
39-
<tbody>
40-
<tr>
41-
<td><a href="/cody/capabilities/chat">Chat</a></td>
42-
<td>Chat directly with AI to ask questions about your code, generate code, and edit code. Cody has the context of your open file and repository by default, and you can use `@` to add context on specific files, symbols, remote repositories, or other non-code artifacts.</td>
43-
</tr>
44-
<tr>
45-
<td><a href="/cody/capabilities/autocomplete">Autocomplete</a></td>
46-
<td>Cody predicts what you're trying to write before you type it. It makes single-line and multi-line suggestions as you type, using the context of the code around your cursor to make accurate suggestions.</td>
47-
</tr>
48-
<tr>
49-
<td><a href="/cody/capabilities/commands">Prompts</a></td>
50-
<td>Automate key tasks in your workflow with premade and customizable prompts. Any common query or task can be built into a prompt to save and share with your team.</td>
51-
</tr>
52-
<tr>
53-
<td><a href="/cody/core-concepts/context">Context</a></td>
54-
<td>Cody provides the best LLM models and context to power chat. It uses the powerful Sourcegraph's advanced Search API to pull context from both local and remote codebases.</td>
55-
</tr>
56-
<tr>
57-
<td><a href="/cody/capabilities/debug-code">Debug code</a></td>
58-
<td>Cody is optimized to identify and fix errors in your code. Its debugging capability and autocomplete suggestions can significantly accelerate your debugging process, increasing developer productivity.</td>
59-
</tr>
60-
<tr>
61-
<td><a href="/cody/capabilities/ignore-context">Cody Context Filters</a></td>
62-
<td>Cody can ignore selected repositories from chat and autocomplete results, which helps you control and manage what context your codebase uses.</td>
63-
</tr>
64-
</tbody>
65-
</table>
32+
| **Feature** | **Description** |
33+
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
34+
| **[Chat](/cody/capabilities/chat)** | Chat directly with AI to ask questions about your code, generate code, and edit code. Cody has the context of your open file and repository by default, and you can use `@` to add context on specific files, symbols, remote repositories, or other non-code artifacts. |
35+
| **[Autocomplete](/cody/capabilities/autocomplete)** | Cody predicts what you're trying to write before you type it. It makes single-line and multi-line suggestions as you type, using the context of the code around your cursor to make accurate suggestions. |
36+
| **[Prompts](/cody/capabilities/commands)** | Automate key tasks in your workflow with premade and customizable prompts. Any common query or task can be built into a prompt to save and share with your team. |
37+
| **[Context](/cody/core-concepts/context)** | Cody provides the best LLM models and context to power chat. It uses the powerful Sourcegraph's advanced Search API to pull context from both local and remote codebases. |
38+
| **[Debug code](/cody/capabilities/debug-code)** | Cody is optimized to identify and fix errors in your code. Its debugging capability and autocomplete suggestions can significantly accelerate your debugging process, increasing developer productivity. |
39+
| **[Context Filters](/cody/capabilities/ignore-context)** | Cody can ignore selected repositories from chat and autocomplete results, which helps you control and manage what context your codebase uses. |
6640

6741
## What data is collected, and how is it used?
6842

0 commit comments

Comments
 (0)