docs: Update supported languages and API key placeholders in index.html

This commit is contained in:
Paul Gauthier 2025-03-19 21:06:03 -07:00 committed by Paul Gauthier (aider)
parent 30e5b48461
commit ffbbb5539d

View file

@ -103,7 +103,11 @@
<div class="feature-icon" style="font-family: monospace; font-weight: bold; font-size: 1.5rem;">&lt;/&gt;</div>
<h3 class="feature-title">100+ code languages</h3>
</div>
<p>Aider works with most popular programming languages: python, javascript, typescript, php, html, css, and dozens more.</p>
<p>
Aider works with most popular programming
languages: python, javascript, rust, ruby, go, cpp,
php, html, css, and dozens more.
</p>
</a>
<a href="https://aider.chat/docs/git.html" class="feature-card">
<div class="feature-card-header">
@ -154,20 +158,20 @@ aider-install
# Change directory into your codebase
cd /to/your/project
# Work with DeepSeek via DeepSeek's API
aider --model deepseek --api-key deepseek=your-key-goes-here
# DeepSeek
aider --model deepseek --api-key deepseek=&lt;key&gt;
# Work with Claude 3.7 Sonnet via Anthropic's API
aider --model sonnet --api-key anthropic=your-key-goes-here
# Claude 3.7 Sonnet
aider --model sonnet --api-key anthropic=&lt;key&gt;
# Work with GPT-4o via OpenAI's API
aider --model gpt-4o --api-key openai=your-key-goes-here</pre>
# o3-mini
aider --model o3-mini --api-key openai=&lt;key&gt;</pre>
</div>
<div class="cta-container">
<p class="cta-text">Ready to supercharge your coding workflow?</p>
<p class="cta-text">Want more details?</p>
<div class="cta-buttons">
<a href="https://aider.chat/docs/install.html" class="btn btn-primary">Install Aider Now</a>
<a href="https://aider.chat/docs/usage.html" class="btn btn-secondary">Explore Documentation</a>
<a href="https://aider.chat/docs/install.html" class="btn btn-secondary">All Install Methods</a>
<a href="https://aider.chat/docs/usage.html" class="btn btn-secondary">Full Usage Docs</a>
</div>
</div>
</div>