cubos / sdkgen

[ DEPRECATED, SEE https://github.com/sdkgen/sdkgen ] Tool that aims on solving client-server communication and data layout sharing between server, web, android and ios using a description language also called sdkgen.
MIT License
45 stars 9 forks source link

Documentation target #25

Open vhfmag opened 6 years ago

vhfmag commented 6 years ago

Documentation has been regarded as a must for a while now, but little has been done to plan how that would be implemented. I propose we work in two main functionalities:

Any thoughts?

dygufa commented 6 years ago

I think that we should first focus on implementing the doc syntax on the sdkgen file + node target at first in order to test. After that is done we can move to implement it in the other targets. At the same time we can start to use something like https://github.com/jsdoc3/jsdoc to generate the website with all the doc or we can also generate manually using a target that can populate a md file that would be parsed by docusaurus (I think this would be the best option).

dygufa commented 6 years ago

I think this issue should become just about the documentation target, considering that the documentation syntax in the sdkgen is already being discussed in the issue #6.