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
parent: Usage
nav_order: 800
description: Aider can run in your browser, not just on the command line.
---
{% if page.date %}
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>

View file

@ -1,6 +1,7 @@
---
parent: Usage
nav_order: 50
description: Control aider with in-chat commands line /add, /model, etc.
---
# In-chat commands

View file

@ -1,6 +1,7 @@
---
nav_order: 55
has_children: true
description: Information on all of aider's settings and how to use them.
---
# Configuration

View file

@ -1,6 +1,7 @@
---
parent: Usage
nav_order: 800
description: Tell aider to follow your coding conventions when it works on your code.
---
# Specifying coding conventions

View file

@ -1,11 +1,12 @@
---
parent: Configuration
nav_order: 900
description: Using a .env file to store LLM API keys for aider.
---
# 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.
You currently can not set general aider options
in the `.env` file, only LLM environment variables.

View file

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

View file

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

View file

@ -2,6 +2,7 @@
title: Installation
has_children: true
nav_order: 20
description: How to install and get started pair programming with aider.
---
# Quick start

View file

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

View file

@ -2,6 +2,7 @@
title: Connecting to LLMs
nav_order: 40
has_children: true
description: Aider can connect to most LLMs for AI pair programming.
---
# Aider can connect to most LLMs

View file

@ -1,6 +1,7 @@
---
parent: Configuration
nav_order: 10
description: Details about all of aider's settings.
---
# Options reference

View file

@ -1,6 +1,7 @@
---
highlight_image: /assets/robot-ast.png
nav_order: 900
description: Aider uses a map of your git repository to provide code context to LLMs.
---
# Repository map
@ -8,7 +9,7 @@ nav_order: 900
![robot flowchat](/assets/robot-ast.png)
Aider
sends the LLM a **concise map of your whole git repository**
uses a **concise map of your whole git repository**
that includes
the most important classes and functions along with their types and call signatures.
This helps the LLM understand the code it needs to change,

View file

@ -1,5 +1,6 @@
---
nav_order: 900
description: You can script aider via the command line or python.
---
# Scripting aider

View file

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

View file

@ -1,6 +1,7 @@
---
nav_order: 60
has_children: true
description: How to troubleshoot problems with aider and get help.
---
# Troubleshooting

View file

@ -1,6 +1,7 @@
---
parent: Usage
nav_order: 75
description: Intro and tutorial videos made by aider users.
---
# Tutorial videos