Do you know if tonic allows you to have like a default setup for all playgrounds? I'm thinking along the lines of for sequelize we'd need to setup a new instance and define some default models for all playgrounds - And i wouldn't want that setup to be visible
Gerhard Preuss
@lipp
i dont think this is possible
would be really great to have though
maybe doclets could give you something in the doclets.yml file for reference in the jsdoc comments...
/**
*
* @playground simple
* var x = somestuff.from.simple.setup
*
*/
the rendered playground would then "paste" the stuff together...
ot better just
/**
*
* @playground ./doc/simple.js
* var x = somestuff.from.simple.setup
*
*/
Jan Aagaard Meier
@janmeier
@lipp I've managed to get sequelize docs more or less finished for doclets :D
Just wanted to hear if you have any idea when github organization support might be added
(And yes, I know that's a terrible question to ask an open source maintainer - Let me know if I can help out)
Daniel K.
@FredyC
hey, I am just trying to run doclets locally, but I am not sure where to get docker-compose ... I tried installing with NPM, but that doesn't expose any bin, so I guess it's more complicated I never used Docker before ... is it possible on Windows ?
saidaipparla
@saidaipparla
hello if have a folder like js/component.js how i can i add that in .doclets.yml