Using convex docs in Cursor
I started using cursor ai, and I was curious if there was a good way to export all the convex docs into .md files that I could include as context in cursor for when I have it do work. Has anyone else done something like this? I guess I could just manually copy .md files from the convex github repo into my project and use those directly.
5 Replies
my curent approach is I copied a bunch of pages into a single .md file
Hi Cody, I’ve done something somewhat similar.
Claude3.5 is trained on convex official docs already. As of now, it’s the only public llm trained on convex.
Cody (by sourcegraph) is a VS code extension that uses claude3.5. It can read your repo and particular files you specify.
I copy and paste the convex ents docs ( the md files from the convex ents repo) in a directory in my project and specify particular files. I try to keep the context to a minimal to increase accuracy. As a result, I don’t recommend putting all docs’ content in one md file
Btw, your YouTube channel helped me when I was getting started with convex. Thank you!
I found this in cursor which you can points to docs online as well
and I read you can actually add with
@Add
files to auto pin to chat
@Matt Luo hey glad my stuff has helped you!hey @Web Dev Cody, im a bit late in this and i have a question, do you past the link to each page or just
https://docs.convex.dev/home
i've done this, and not sure if its good to go.
btw, your YT channel convinced me to try both Convex and Cursor. keep doing what you're doing 🙂