move into website/

This commit is contained in:
Paul Gauthier 2024-06-05 14:28:39 -07:00
parent 5a4d38418d
commit 56519361e2
103 changed files with 5 additions and 12 deletions

35
website/examples/hello.md Normal file
View file

@ -0,0 +1,35 @@
---
parent: Example chat transcripts
---
# Hello aider!
Here is the simplest possible "hello world" example of using aider:
<br/>
<br/>
<br/>
<div class="chat-transcript" markdown="1">
#### change hello to goodbye
To change the output from "hello" to "goodbye", we need to modify the `hello.py` file.
Here is the change:
```python
hello.py
<<<<<<< ORIGINAL
print("hello")
=======
print("goodbye")
>>>>>>> UPDATED
```
> Applied edit to hello.py
> Commit 672ae42 aider: Changed output from "hello" to "goodbye" in hello.py.
</div>
<br/>
<br/>
<br/>