From 02c7335aa7206d5777317ecc74106a2106e8e348 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 8 Jun 2024 15:50:29 -0700 Subject: [PATCH] copy --- website/docs/aider_conf.md | 2 +- website/docs/install.md | 2 +- website/docs/usage.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/aider_conf.md b/website/docs/aider_conf.md index 9120532ae..1a1cf99f4 100644 --- a/website/docs/aider_conf.md +++ b/website/docs/aider_conf.md @@ -6,7 +6,7 @@ description: How to configure aider with a yaml config file. # YAML config file -Most options can also be set in an `.aider.conf.yml` file +Most of aider's options can be set in an `.aider.conf.yml` file, which can be placed in your home directory or at the root of your git repo. diff --git a/website/docs/install.md b/website/docs/install.md index 072052e5f..ed942c8b1 100644 --- a/website/docs/install.md +++ b/website/docs/install.md @@ -21,7 +21,7 @@ $ export ANTHROPIC_API_KEY=your-key-goes-here $ aider --opus ``` -Or see +Or see the [full installation instructions](/docs/install/install.html) for more details, or the diff --git a/website/docs/usage.md b/website/docs/usage.md index 3af427e83..e0406fe2d 100644 --- a/website/docs/usage.md +++ b/website/docs/usage.md @@ -48,7 +48,7 @@ Or, during your chat you can switch models with the in-chat Ask aider to make changes to your code. It will show you some diffs of the changes it is making to complete you request. -It will git commit all the changes it makes, +Aider will git commit all of its changes, so they are easy to track and undo. You can always use the `/undo` command to undo changes you don't