Open ericholiveira opened 8 years ago
I tend to use DocStrap (a JSDoc3-based doc generator) because it's easy to get running, everyone understands JSDoc, is themeable, has search built in and has the ability to add markdown tutorials right to the final output.
Here is an example including tutorials: http://docstrap.github.io/docstrap/themes/flatly/index.html
@ericholiveira we could also create a Studio github organization because it sounds like we'll have multiple repositories, and it'd be helpful to not have them all under your own github account, and have us all as members instead.
@ericholiveira as an example I threw this together really quick.
@sean-hill i completely agree with a Studio organization, thats the reason ive been asking you guys about your vision on the future of the project to make sure we are all on the same page. Also, i loved this gitbook, its possible to generate api documentation from code
s comments like jsdoc? If its not possible, can we integrate both (jsdoc and gitbook)?
@ericholiveira we can probably make jsdoc to gitbook happen by using jsdoc-to-markdown as part of the build steps.
Also, here is an example of what looks like gitbook documentation that is similar to Studio.
We must document studio code and use some lib to generate documentation from it. Any ideas on the lib?