From 47961ef207e76b8ec7fe56ee5d8f0cfc3535c5c1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 7 Jul 2024 07:15:43 -0300 Subject: [PATCH] moved files to usage/ --- aider/website/docs/install/optional.md | 3 ++- aider/website/docs/{ => usage}/browser.md | 0 aider/website/docs/{ => usage}/commands.md | 0 aider/website/docs/{ => usage}/conventions.md | 0 aider/website/docs/{ => usage}/images-urls.md | 0 aider/website/docs/{ => usage}/tips.md | 4 ++-- aider/website/docs/{ => usage}/tutorials.md | 0 aider/website/docs/{ => usage}/voice.md | 0 8 files changed, 4 insertions(+), 3 deletions(-) rename aider/website/docs/{ => usage}/browser.md (100%) rename aider/website/docs/{ => usage}/commands.md (100%) rename aider/website/docs/{ => usage}/conventions.md (100%) rename aider/website/docs/{ => usage}/images-urls.md (100%) rename aider/website/docs/{ => usage}/tips.md (91%) rename aider/website/docs/{ => usage}/tutorials.md (100%) rename aider/website/docs/{ => usage}/voice.md (100%) diff --git a/aider/website/docs/install/optional.md b/aider/website/docs/install/optional.md index 64ac0d936..abda81c5a 100644 --- a/aider/website/docs/install/optional.md +++ b/aider/website/docs/install/optional.md @@ -43,7 +43,8 @@ for additional information. ## Enable voice coding -Aider supports [coding with your voice](https://aider.chat/docs/voice.html) +Aider supports +[coding with your voice](https://aider.chat/docs/usage/voice.html) using the in-chat `/voice` command. Aider uses the [PortAudio](http://www.portaudio.com) library to capture audio. diff --git a/aider/website/docs/browser.md b/aider/website/docs/usage/browser.md similarity index 100% rename from aider/website/docs/browser.md rename to aider/website/docs/usage/browser.md diff --git a/aider/website/docs/commands.md b/aider/website/docs/usage/commands.md similarity index 100% rename from aider/website/docs/commands.md rename to aider/website/docs/usage/commands.md diff --git a/aider/website/docs/conventions.md b/aider/website/docs/usage/conventions.md similarity index 100% rename from aider/website/docs/conventions.md rename to aider/website/docs/usage/conventions.md diff --git a/aider/website/docs/images-urls.md b/aider/website/docs/usage/images-urls.md similarity index 100% rename from aider/website/docs/images-urls.md rename to aider/website/docs/usage/images-urls.md diff --git a/aider/website/docs/tips.md b/aider/website/docs/usage/tips.md similarity index 91% rename from aider/website/docs/tips.md rename to aider/website/docs/usage/tips.md index 83a85fdda..729041599 100644 --- a/aider/website/docs/tips.md +++ b/aider/website/docs/usage/tips.md @@ -14,10 +14,10 @@ So the LLM can see all the other relevant parts of your code base. - Large changes are best performed as a sequence of thoughtful bite sized steps, where you plan out the approach and overall design. Walk the LLM through changes like you might with a junior dev. Ask for a refactor to prepare, then ask for the actual change. Spend the time to ask for code quality/structure improvements. - Use Control-C to safely interrupt the LLM if it isn't providing a useful response. The partial response remains in the conversation, so you can refer to it when you reply to the LLM with more information or direction. - If your code is throwing an error, -use the `/run` [in-chat command](/docs/commands.html) +use the `/run` [in-chat command](/docs/usage/commands.html) to share the error output with the aider. Or just paste the errors into the chat. Let the aider figure out and fix the bug. -- If test are failing, use the `/test` [in-chat command](/docs/commands.html) +- If test are failing, use the `/test` [in-chat command](/docs/usage/commands.html) to run tests and share the error output with the aider. - {% include multi-line.md %} diff --git a/aider/website/docs/tutorials.md b/aider/website/docs/usage/tutorials.md similarity index 100% rename from aider/website/docs/tutorials.md rename to aider/website/docs/usage/tutorials.md diff --git a/aider/website/docs/voice.md b/aider/website/docs/usage/voice.md similarity index 100% rename from aider/website/docs/voice.md rename to aider/website/docs/usage/voice.md