refac all urls into urls.py

This commit is contained in:
Paul Gauthier 2024-06-08 12:53:54 -07:00
parent 09d3d02971
commit 1f1da4b1a2
7 changed files with 26 additions and 18 deletions

7
aider/urls.py Normal file
View file

@ -0,0 +1,7 @@
website = "https://aider.chat/"
add_all_files = "https://aider.chat/docs/faq.html#how-can-i-add-all-the-files-to-the-chat"
edit_errors = "https://aider.chat/docs/troubleshooting/edit-errors.html"
git = "https://aider.chat/docs/git.html"
enable_playwrite = "https://aider.chat/docs/install/optional.html#enable-playwright"
favicon = "https://aider.chat/assets/favicon-32x32.png"
model_warnings = "https://aider.chat/docs/llms/warnings.html"