diff --git a/website/docs/browser.md b/website/docs/browser.md index 61a92cbac..2d697f16e 100644 --- a/website/docs/browser.md +++ b/website/docs/browser.md @@ -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 %}
{{ page.date | date: "%B %d, %Y" }}
diff --git a/website/docs/commands.md b/website/docs/commands.md index 593cb321f..c161bf1b9 100644 --- a/website/docs/commands.md +++ b/website/docs/commands.md @@ -1,6 +1,7 @@ --- parent: Usage nav_order: 50 +description: Control aider with in-chat commands line /add, /model, etc. --- # In-chat commands diff --git a/website/docs/config.md b/website/docs/config.md index 46745226e..b018e5a90 100644 --- a/website/docs/config.md +++ b/website/docs/config.md @@ -1,6 +1,7 @@ --- nav_order: 55 has_children: true +description: Information on all of aider's settings and how to use them. --- # Configuration diff --git a/website/docs/conventions.md b/website/docs/conventions.md index 5a454d8b7..c20777931 100644 --- a/website/docs/conventions.md +++ b/website/docs/conventions.md @@ -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 diff --git a/website/docs/dotenv.md b/website/docs/dotenv.md index f867fd0e1..6620e2254 100644 --- a/website/docs/dotenv.md +++ b/website/docs/dotenv.md @@ -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. diff --git a/website/docs/faq.md b/website/docs/faq.md index 8159e6e73..a1443b1e8 100644 --- a/website/docs/faq.md +++ b/website/docs/faq.md @@ -1,5 +1,6 @@ --- nav_order: 85 +description: Frequently asked questions about aider. --- # Frequently asked questions diff --git a/website/docs/git.md b/website/docs/git.md index eadb02409..b25418b93 100644 --- a/website/docs/git.md +++ b/website/docs/git.md @@ -1,5 +1,6 @@ --- nav_order: 800 +description: Aider is tightly integrated with git. --- # Git integration diff --git a/website/docs/install.md b/website/docs/install.md index 1cba434e0..c721603c0 100644 --- a/website/docs/install.md +++ b/website/docs/install.md @@ -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 diff --git a/website/docs/languages.md b/website/docs/languages.md index 8c4dd6899..889e4caa9 100644 --- a/website/docs/languages.md +++ b/website/docs/languages.md @@ -1,5 +1,6 @@ --- nav_order: 900 +description: Aider supports pretty much all popular coding languages. --- # Supported languages diff --git a/website/docs/llms.md b/website/docs/llms.md index 8f0e31450..e2cdf7ba6 100644 --- a/website/docs/llms.md +++ b/website/docs/llms.md @@ -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 diff --git a/website/docs/options.md b/website/docs/options.md index 8c4293190..27d2df7c2 100644 --- a/website/docs/options.md +++ b/website/docs/options.md @@ -1,6 +1,7 @@ --- parent: Configuration nav_order: 10 +description: Details about all of aider's settings. --- # Options reference diff --git a/website/docs/repomap.md b/website/docs/repomap.md index aac12916f..7fed8c998 100644 --- a/website/docs/repomap.md +++ b/website/docs/repomap.md @@ -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  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, diff --git a/website/docs/scripting.md b/website/docs/scripting.md index 94c357198..2d6149d31 100644 --- a/website/docs/scripting.md +++ b/website/docs/scripting.md @@ -1,5 +1,6 @@ --- nav_order: 900 +description: You can script aider via the command line or python. --- # Scripting aider diff --git a/website/docs/tips.md b/website/docs/tips.md index 341c8ac27..85e353d91 100644 --- a/website/docs/tips.md +++ b/website/docs/tips.md @@ -1,6 +1,7 @@ --- parent: Usage nav_order: 25 +description: Tips for AI pair programming with aider. --- # Tips diff --git a/website/docs/troubleshooting.md b/website/docs/troubleshooting.md index 39aaa1668..35deeba30 100644 --- a/website/docs/troubleshooting.md +++ b/website/docs/troubleshooting.md @@ -1,6 +1,7 @@ --- nav_order: 60 has_children: true +description: How to troubleshoot problems with aider and get help. --- # Troubleshooting diff --git a/website/docs/tutorials.md b/website/docs/tutorials.md index 8b4816aa9..a5c005c4c 100644 --- a/website/docs/tutorials.md +++ b/website/docs/tutorials.md @@ -1,6 +1,7 @@ --- parent: Usage nav_order: 75 +description: Intro and tutorial videos made by aider users. --- # Tutorial videos