How to properly document a project, so that documentation is visible outside the Mendix Modeler?

2
Hello, For a while I've been wondering about how I can properly document my projects in such a way that an "outsider" can read the documentation. Compare it to the readme.md on github... Can I extract all the documentation items set on microflows, domain models, etc, to an external file, or even better, collaboration suite?   I'm curious about your reactions :) Regards, Bart van den Heuvel
asked
1 answers
0

You can extract all the developer documentation you have made on microflows, domain models etc. by right clicking 'project' in your modeller and selecting 'export documentation' 

You will then get a .html file with all the documentation.

Maybe not the best document for an outsider but it comes in handy.

answered