aider/_config.yml
2024-06-05 10:17:50 -07:00

30 lines
470 B
YAML

theme: just-the-docs
url: "https://aider.chat"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
defaults:
- scope:
path: "README.md"
type: "pages"
values:
description: "aider is AI pair programming in your terminal"
exclude:
- "tmp*"
- "**/tmp*"
- OLD
- "**/OLD/**"
- aider
- benchmark
- build
- aider_chat.egg_info
- "dev-requirements.*"
- "requirements.*"
- docker
- scripts
- tests
- setup.py
- pytest.ini