added descriptions

This commit is contained in:
Paul Gauthier 2024-06-08 13:57:16 -07:00
parent 36dab7d89f
commit 88ea4198ea
16 changed files with 18 additions and 2 deletions

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -1,5 +1,6 @@
--- ---
nav_order: 85 nav_order: 85
description: Frequently asked questions about aider.
--- ---
# Frequently asked questions # Frequently asked questions

View file

@ -1,5 +1,6 @@
--- ---
nav_order: 800 nav_order: 800
description: Aider is tightly integrated with git.
--- ---
# Git integration # Git integration

View file

@ -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

View file

@ -1,5 +1,6 @@
--- ---
nav_order: 900 nav_order: 900
description: Aider supports pretty much all popular coding languages.
--- ---
# Supported languages # Supported languages

View file

@ -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

View file

@ -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

View file

@ -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
![robot flowchat](/assets/robot-ast.png) ![robot flowchat](/assets/robot-ast.png)
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,

View file

@ -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

View file

@ -1,6 +1,7 @@
--- ---
parent: Usage parent: Usage
nav_order: 25 nav_order: 25
description: Tips for AI pair programming with aider.
--- ---
# Tips # Tips

View file

@ -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

View file

@ -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