mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
docs: Update copy/paste feature description and button labels
This commit is contained in:
parent
4f129e1c9d
commit
4e16eba6b0
1 changed files with 6 additions and 5 deletions
|
@ -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=<key></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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue