mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 14:34:59 +00:00
moved website/ -> aider/website/
This commit is contained in:
parent
eb80b32915
commit
22a494bb59
155 changed files with 9 additions and 9 deletions
39
aider/website/_config.yml
Normal file
39
aider/website/_config.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
theme: just-the-docs
|
||||
url: "https://aider.chat"
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
- jekyll-sitemap
|
||||
- jekyll-feed
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
path: "README.md"
|
||||
type: "pages"
|
||||
values:
|
||||
description: "aider is AI pair programming in your terminal"
|
||||
|
||||
exclude:
|
||||
- "tmp*"
|
||||
- "**/tmp*"
|
||||
- OLD
|
||||
- "**/OLD/**"
|
||||
- "OLD/**"
|
||||
- vendor
|
||||
- feed.xml
|
||||
|
||||
aux_links:
|
||||
"GitHub":
|
||||
- "https://github.com/paul-gauthier/aider"
|
||||
"Discord":
|
||||
- "https://discord.gg/Tv2uQnR88V"
|
||||
"Blog":
|
||||
- "/blog/"
|
||||
|
||||
nav_external_links:
|
||||
- title: "GitHub"
|
||||
url: "https://github.com/paul-gauthier/aider"
|
||||
- title: "Discord"
|
||||
url: "https://discord.gg/Tv2uQnR88V"
|
||||
|
||||
repository: paul-gauthier/aider
|
Loading…
Add table
Add a link
Reference in a new issue