mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-21 20:14:59 +00:00
updated cogs to aider/website/
This commit is contained in:
parent
05caccf3cc
commit
6c92dedac1
6 changed files with 14 additions and 14 deletions
|
@ -14,13 +14,13 @@ your git repo.
|
|||
|
||||
Below is a sample of the file, which you
|
||||
can also
|
||||
[download from GitHub](https://github.com/paul-gauthier/aider/blob/main/website/assets/sample.aider.conf.yml).
|
||||
[download from GitHub](https://github.com/paul-gauthier/aider/blob/main/aider/website/assets/sample.aider.conf.yml).
|
||||
|
||||
<!--[[[cog
|
||||
from aider.args import get_sample_yaml
|
||||
from pathlib import Path
|
||||
text=get_sample_yaml()
|
||||
Path("website/assets/sample.aider.conf.yml").write_text(text)
|
||||
Path("aider/website/assets/sample.aider.conf.yml").write_text(text)
|
||||
cog.outl("```")
|
||||
cog.out(text)
|
||||
cog.outl("```")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue