In our team workflow we often find ourselves creating a `/docs` folder as such:
The purpose of the /docs folder is to open the links.md file to find links for custom library documentation that should be added as new docs by each developer.
This custom documentation is added globally on each developer’s cursor workspace.
It would be nice if:
- Any links to external documentation found in a certain file inside
.cursorfolder would be added automatically upon project configuration. - This documentation persists only for the project at hand, so it won’t be shared on other projects where that documentation is irrelevant.
This would automate the creation of custom documentation and would isolate it per project, providing better context and easier setup.
