I understand project documentation as being part of a software project evolution, sometimes tied together with code (especially in lean methodologies). That's why I think it might be a good idea to keep it together with code in the Revision Control system (such as git, in my case).
Markdown seems to be a widely adopted and working solution for collaboratively editing text documents. However, when it comes to entity-relationship or sequence diagrams I don't know which formats/software to use so that it's still possible to diff and merge.
So my questions are:
- Is it actually a good idea to keep code and documentation in the same repository?
- If yes, which format would you use for diagrams?
I am currently considering some textual UML diagramming tools but I would like to know your opinions. Thanks in advance!