From 337cfbd36a05a36777ad66238ecd1fcb86f4e6a2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 10:27:08 -0700 Subject: [PATCH] aider: Added an example demonstrating how to automatically update docs with Aider and GPT-4. # Context: USER: add the upd docs example to the readme ASSISTANT: ```markdown examples/README.md <<<<<<< ORIGINAL * [**CSS Exercise: Animation Dropdown Menu**](css-exercises.md): This example demonstrates how to complete a CSS exercise involving adding animation to a dropdown menu, creating a bounce illusion when the dropdown expands close to its final end state. ======= * [**CSS Exercise: Animation Dropdown Menu**](css-exercises.md): This example demonstrates how to complete a CSS exercise involving adding animation to a dropdown menu, creating a bounce illusion when the dropdown expands close to its final end state. * [**Automatically Update Docs with Aider and GPT-4**](update-docs.md): This example demonstrates how to use aider to automatically update documentation based on the latest version of the main() function in the code. >>>>>>> UPDATED ``` --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index 0cdd33d66..1bf0a1166 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,3 +14,5 @@ Here are some example transcripts that show how you can chat with aider to gener * [**CSS Exercise: Animation Dropdown Menu**](css-exercises.md): This example demonstrates how to complete a CSS exercise involving adding animation to a dropdown menu, creating a bounce illusion when the dropdown expands close to its final end state. +* [**Automatically Update Docs with Aider and GPT-4**](update-docs.md): This example demonstrates how to use aider to automatically update documentation based on the latest version of the main() function in the code. +