diff --git a/website/docs/aider_conf.md b/website/docs/aider_conf.md index b99082431..9120532ae 100644 --- a/website/docs/aider_conf.md +++ b/website/docs/aider_conf.md @@ -1,6 +1,7 @@ --- parent: Configuration nav_order: 15 +description: How to configure aider with a yaml config file. --- # YAML config file diff --git a/website/docs/install/codespaces.md b/website/docs/install/codespaces.md index 924696c97..0f42b6686 100644 --- a/website/docs/install/codespaces.md +++ b/website/docs/install/codespaces.md @@ -16,7 +16,7 @@ for all the details.
diff --git a/website/docs/usage.md b/website/docs/usage.md index fc3ba4c5a..3af427e83 100644 --- a/website/docs/usage.md +++ b/website/docs/usage.md @@ -1,6 +1,7 @@ --- nav_order: 30 has_children: true +description: How to use aider to pair program with AI and edit code in your local git repo. --- # Usage diff --git a/website/docs/voice.md b/website/docs/voice.md index ee63dfb3c..9422d3f12 100644 --- a/website/docs/voice.md +++ b/website/docs/voice.md @@ -1,22 +1,23 @@ --- parent: Usage nav_order: 100 +description: Speak with aider about your code! --- # Voice-to-code with aider -Speak with GPT about your code! Request new features, test cases or bug fixes using your voice and let GPT do the work of editing the files in your local git repo. As with all of aider's capabilities, you can use voice-to-code with an existing repo or to start a new project. +Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider do the work of editing the files in your local git repo. As with all of aider's capabilities, you can use voice-to-code with an existing repo or to start a new project. Voice support fits quite naturally into aider's AI pair programming chat interface. Now you can fluidly switch between voice and text chat -when you ask GPT to edit your code. +when you ask aider to edit your code. ## How to use voice-to-code Use the in-chat `/voice` command to start recording, and press `ENTER` when you're done speaking. -Your voice coding instructions will be transcribed -and sent to GPT, as if you had typed them into +Your voice coding instructions will be transcribed, +as if you had typed them into the aider chat session. See the [installation instructions](https://aider.chat/docs/install/optional.html#enable-voice-coding) for