Docs for a project #240
-
I have a project that uses packages that aren't well known. If I want to add the docs of the package where should I specify this information and is a url to the docs good enough or do I store the docs in the project also? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I suggest creating a file with the information about the package, for example,
This configuration will always add the Please let me know if I've understood your question correctly, or if you're trying to achieve something different. |
Beta Was this translation helpful? Give feedback.
I suggest creating a file with the information about the package, for example,
package.md
. Then, create an.aider.conf.yml
file with the following content:This configuration will always add the
package.md
file as read-only to the context, ensuring Aider is aware of its contents.Please let me know if I've understood your question correctly, or if you're trying to achieve something different.