Replies: 2 comments
|
Hi Janot, We use the repo-pack library to build context from code before generating documentation. I believe you can also create single-file documentation with repo-pack and use it to query a specific file from Cursor. You can do this using the GENERATE_CONTEXT command with PaellaDoc. That’s my recommendation based on our experience |
|
Hello, |
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I managed to reverse engineer several software projects (with no documentation) and to create a bunch of *.md files and then mkdocs wikis.
Question is simple : is it possible to help Cursor/LLM prompt to get the context of this documentation in order to be able to answer quick and with more precision : RAG-like process?
Today I just add the doc folder to the context with @doc. It wotks but Cursor need generally to open multiple files to get the needed information.
Thx
All reactions