Skip to content

Add .gitignore and an example output for markdown documentation

Maik Wojcieszak requested to merge maik/ujoscheme:master into master

The goal of converting a type defintion in ujo schema is to create comprehensive documentation that can be navigated. The limited abilities of markdown is a challenge, but the simple and universal syntax is worth a try. The markdown draft is an example of how the different definitions of types can be converted. The code is added here for reference but it is not required in the documentation.

Merge request reports