docs: Update copy/paste feature description and button labels

This commit is contained in:
Paul Gauthier 2025-03-19 21:16:06 -07:00 committed by Paul Gauthier (aider)
parent 4f129e1c9d
commit 4e16eba6b0

View file

@ -167,11 +167,12 @@
<a href="/docs/usage/copypaste.html" class="feature-card">
<div class="feature-card-header">
<div class="feature-icon">📋</div>
<h3 class="feature-title">Copy/paste with web chat</h3>
<h3 class="feature-title">Copy/paste to web chat</h3>
</div>
<p>
Work with any LLM via web chat. Copy your code context from aider
to web LLMs, then paste their suggestions back into aider.
Work with any LLM via its web chat interface.
Aider streamlines copy/pasting code context and edits
back and forth with a browser.
</p>
</a>
</div>
@ -201,8 +202,8 @@ aider --model o3-mini --api-key openai=&lt;key&gt;</pre>
<div class="cta-container">
<p class="cta-text">Want more details?</p>
<div class="cta-buttons">
<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>
<a href="https://aider.chat/docs/install.html" class="btn btn-secondary">Installation Guide</a>
<a href="https://aider.chat/docs/usage.html" class="btn btn-secondary">Usage Guide</a>
</div>
</div>
</div>