mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
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 ```
This commit is contained in:
parent
38a3b4309b
commit
337cfbd36a
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue