DEV Community

Discussion on: What are you using for your documentation?

Collapse
 
_garybell profile image
Gary Bell

I'm currently using a folder called "documentation" and a bunch of .md files.

I figure the documentation is then with the source code when the developer is working on it, and therefore doesn't need an internet connection to work.

It does the job for now, but I want to look at alternatives at some point. I want it to be part of source control so I can add items to the code reviews to document certain things.