mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
wip: Updated project description and fixed config file paths and descriptions.
This commit is contained in:
parent
9471024dd0
commit
defa8717e4
2 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
# aider
|
# aider is GPT-4 powered coding in your terminal
|
||||||
|
|
||||||
`aider` is a command-line chat tool that allows you to code with GPT-4 in the terminal.
|
`aider` is a command-line chat tool that allows you to code with GPT-4 in the terminal.
|
||||||
Ask GPT for features, improvements, or bug fixes and `aider` will apply the suggested changes to your source files.
|
Ask GPT for features, improvements, or bug fixes and `aider` will apply the suggested changes to your source files.
|
||||||
|
|
13
_config.yml
13
_config.yml
|
@ -1,14 +1,13 @@
|
||||||
theme: jekyll-theme-cayman
|
theme: jekyll-theme-cayman
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
|
||||||
path: "examples"
|
|
||||||
type: "pages"
|
|
||||||
values:
|
|
||||||
description: "examples desc"
|
|
||||||
- scope:
|
- scope:
|
||||||
path: "README.md"
|
path: "README.md"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
values:
|
values:
|
||||||
description: "home desc"
|
description: "aider"
|
||||||
|
- scope:
|
||||||
|
path: "examples"
|
||||||
|
type: "pages"
|
||||||
|
values:
|
||||||
|
description: "aider is GPT-4 powered coding in your terminal"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue