mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
added descriptions
This commit is contained in:
parent
36dab7d89f
commit
88ea4198ea
16 changed files with 18 additions and 2 deletions
|
@ -3,6 +3,7 @@ title: Aider in your browser
|
||||||
highlight_image: /assets/browser.jpg
|
highlight_image: /assets/browser.jpg
|
||||||
parent: Usage
|
parent: Usage
|
||||||
nav_order: 800
|
nav_order: 800
|
||||||
|
description: Aider can run in your browser, not just on the command line.
|
||||||
---
|
---
|
||||||
{% if page.date %}
|
{% if page.date %}
|
||||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
parent: Usage
|
parent: Usage
|
||||||
nav_order: 50
|
nav_order: 50
|
||||||
|
description: Control aider with in-chat commands line /add, /model, etc.
|
||||||
---
|
---
|
||||||
# In-chat commands
|
# In-chat commands
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
nav_order: 55
|
nav_order: 55
|
||||||
has_children: true
|
has_children: true
|
||||||
|
description: Information on all of aider's settings and how to use them.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
parent: Usage
|
parent: Usage
|
||||||
nav_order: 800
|
nav_order: 800
|
||||||
|
description: Tell aider to follow your coding conventions when it works on your code.
|
||||||
---
|
---
|
||||||
# Specifying coding conventions
|
# Specifying coding conventions
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
parent: Configuration
|
parent: Configuration
|
||||||
nav_order: 900
|
nav_order: 900
|
||||||
|
description: Using a .env file to store LLM API keys for aider.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Storing LLM params in .env
|
# Storing LLM params in .env
|
||||||
|
|
||||||
You can use a `.env` file to store various keys and other settings for the
|
You can use a `.env` file to store API keys and other settings for the
|
||||||
models you use with aider.
|
models you use with aider.
|
||||||
You currently can not set general aider options
|
You currently can not set general aider options
|
||||||
in the `.env` file, only LLM environment variables.
|
in the `.env` file, only LLM environment variables.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
nav_order: 85
|
nav_order: 85
|
||||||
|
description: Frequently asked questions about aider.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Frequently asked questions
|
# Frequently asked questions
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
nav_order: 800
|
nav_order: 800
|
||||||
|
description: Aider is tightly integrated with git.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Git integration
|
# Git integration
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: Installation
|
title: Installation
|
||||||
has_children: true
|
has_children: true
|
||||||
nav_order: 20
|
nav_order: 20
|
||||||
|
description: How to install and get started pair programming with aider.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Quick start
|
# Quick start
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
nav_order: 900
|
nav_order: 900
|
||||||
|
description: Aider supports pretty much all popular coding languages.
|
||||||
---
|
---
|
||||||
# Supported languages
|
# Supported languages
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: Connecting to LLMs
|
title: Connecting to LLMs
|
||||||
nav_order: 40
|
nav_order: 40
|
||||||
has_children: true
|
has_children: true
|
||||||
|
description: Aider can connect to most LLMs for AI pair programming.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Aider can connect to most LLMs
|
# Aider can connect to most LLMs
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
parent: Configuration
|
parent: Configuration
|
||||||
nav_order: 10
|
nav_order: 10
|
||||||
|
description: Details about all of aider's settings.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Options reference
|
# Options reference
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
highlight_image: /assets/robot-ast.png
|
highlight_image: /assets/robot-ast.png
|
||||||
nav_order: 900
|
nav_order: 900
|
||||||
|
description: Aider uses a map of your git repository to provide code context to LLMs.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Repository map
|
# Repository map
|
||||||
|
@ -8,7 +9,7 @@ nav_order: 900
|
||||||

|

|
||||||
|
|
||||||
Aider
|
Aider
|
||||||
sends the LLM a **concise map of your whole git repository**
|
uses a **concise map of your whole git repository**
|
||||||
that includes
|
that includes
|
||||||
the most important classes and functions along with their types and call signatures.
|
the most important classes and functions along with their types and call signatures.
|
||||||
This helps the LLM understand the code it needs to change,
|
This helps the LLM understand the code it needs to change,
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
nav_order: 900
|
nav_order: 900
|
||||||
|
description: You can script aider via the command line or python.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Scripting aider
|
# Scripting aider
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
parent: Usage
|
parent: Usage
|
||||||
nav_order: 25
|
nav_order: 25
|
||||||
|
description: Tips for AI pair programming with aider.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Tips
|
# Tips
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
nav_order: 60
|
nav_order: 60
|
||||||
has_children: true
|
has_children: true
|
||||||
|
description: How to troubleshoot problems with aider and get help.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
parent: Usage
|
parent: Usage
|
||||||
nav_order: 75
|
nav_order: 75
|
||||||
|
description: Intro and tutorial videos made by aider users.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Tutorial videos
|
# Tutorial videos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue