mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Standardize feature card title capitalization
This commit is contained in:
parent
ba7f245d88
commit
ca72d0ca5b
1 changed files with 5 additions and 5 deletions
|
@ -81,35 +81,35 @@
|
|||
<a href="https://aider.chat/docs/repomap.html" class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<div class="feature-icon">🗺️</div>
|
||||
<h3 class="feature-title">Map Of Your Code</h3>
|
||||
<h3 class="feature-title">Map of your code</h3>
|
||||
</div>
|
||||
<p>Aider uses a map of your entire git repo, which helps it work well in larger codebases.</p>
|
||||
</a>
|
||||
<a href="https://aider.chat/docs/languages.html" class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<div class="feature-icon" style="font-family: monospace; font-weight: bold; font-size: 1.5rem;"></></div>
|
||||
<h3 class="feature-title">Language Support</h3>
|
||||
<h3 class="feature-title">Language support</h3>
|
||||
</div>
|
||||
<p>Aider works with most popular programming languages: python, javascript, typescript, php, html, css, and dozens more.</p>
|
||||
</a>
|
||||
<a href="https://aider.chat/docs/git.html" class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<div class="feature-icon">🔀</div>
|
||||
<h3 class="feature-title">Git Integration</h3>
|
||||
<h3 class="feature-title">Git integration</h3>
|
||||
</div>
|
||||
<p>Aider automatically commits changes with sensible commit messages, making version control seamless.</p>
|
||||
</a>
|
||||
<a href="https://aider.chat/docs/usage/watch.html" class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<div class="feature-icon">🖥️</div>
|
||||
<h3 class="feature-title">Use in Your IDE</h3>
|
||||
<h3 class="feature-title">Use in your IDE</h3>
|
||||
</div>
|
||||
<p>Use aider directly from your favorite IDE or text editor by adding AI comments right in your code.</p>
|
||||
</a>
|
||||
<a href="https://aider.chat/docs/usage/images-urls.html" class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<div class="feature-icon">🖼️</div>
|
||||
<h3 class="feature-title">Image & URL Support</h3>
|
||||
<h3 class="feature-title">Image & URL support</h3>
|
||||
</div>
|
||||
<p>Add images to the chat and share URLs, to provide visual context and references.</p>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue