Skip to content

Commit

Permalink
cog to update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jun 6, 2024
1 parent 6f9e0ce commit 5ea4e50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/update-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
# exit when any command fails
set -e

cog -r website/index.md
cog -r website/docs/usage.md
2 changes: 1 addition & 1 deletion website/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ uses YAML syntax and must represent a YAML 'mapping' (for details, see
http://learn.getgrav.org/advanced/yaml). In general, command-line values override environment
variables which override config file values which override defaults.
```
<!--[[[end]]]-->
<!--[[[end]]]-->
5 changes: 5 additions & 0 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Home
nav_order: 1
---

<!--[[[cog
cog.out(open("README.md").read())
]]]-->

# Aider is AI pair programming in your terminal

Aider lets you pair program with LLMs,
Expand Down Expand Up @@ -103,3 +107,4 @@ Aider has the highest score on the challenging
- *I am an aider addict. I'm getting so much more work done, but in less time.* -- [dandandan](https://discord.com/channels/1131200896827654144/1131200896827654149/1135913253483069470)
- *After wasting $100 on tokens trying to find something better, I'm back to Aider. It blows everything else out of the water hands down, there's no competition whatsoever.* -- [SystemSculpt](https://discord.com/channels/1131200896827654144/1131200896827654149/1178736602797846548)
- *Best agent for actual dev work in existing codebases.* -- [Nick Dobos](https://twitter.com/NickADobos/status/1690408967963652097?s=20)
<!--[[[end]]]-->

0 comments on commit 5ea4e50

Please sign in to comment.