Open Sourcing the documentation

Issue #24 resolved
Kerim Gueney created an issue

Documentation is often neglected by developers and open sourcing them in a repo like this one allows for people (like me) who enjoy documenting software to contribute to the project :-)

Comments (13)

  1. Aaron Bartell

    We would LOVE for somebody to take up the documentation.

    At the end of the day we need it in markdown format, though we haven't yet decided where it will go (this wiki, a *.md file in this repo, readthedocs.io, etc).

    Would you be willing to convert the docs on developerWorks to markdown?

  2. Kerim Gueney reporter

    @aaronbartell

    I wouldn't mind converting the existing docs to markdown, I'll try and do it some time soon!

    I also like @ThePrez 's suggestion. I mean, we could do both because an API reference is definitely necessary but I'm also sure many appreciate a more verbose documentation along with examples in the style of the current docs.

  3. Kerim Gueney reporter

    Saw in #2 that @InfernoSpirit has volunteered to do the documentation. Is he going to do it all? Should I contact him for coordination?

    Also, I'd like to mention again that I like @ThePrez 's idea . My only question is, is ESDoc the right tool considering the source code of the idb-connector isn't in JavaScript?

  4. Kerim Gueney reporter

    I got in touch with @InfernoSpirit and I'm going to do the docs. Can someone adjust the repository permissions or so, so that I can fork?

  5. Jesse G

    Thanks, @KerimG! I've added you to the "team" for this repo. You should be able to fork the project by following the '+' icon from the upper left.

  6. Jesse G

    @KerimG, thanks again for taking this! I am assigning this issue to you, but please coordinate with willing-to-help @abmusse to complete the documentation for this repo as well as the nodejs-idb-pconnector (I think it'd be great if we used the same conventions for both).

  7. Jesse G

    @KerimG and @abmusse , I propose we follow the same conventions for the Javascript API's. Do you agree?

  8. Kerim Gueney reporter

    @ThePrez

    What exactly do you mean? Do you have a concrete example or are you saying that this project and nodejs-idb-pconnector should follow the same conventions? If it's the latter, I agree. Regarding your ESDoc suggestion: you could host the generated docs on Bitbucket's static website hosting or GitLab Pages (I've always been a big fan of GitLab, even more so after Microsoft's acquisition of Github)

    Sorry for being inactive in the past few months. I joined a company in the AS400 sphere at the beginning of the year and my work load increased rapidly in May. I will try to make time for the docs, though!

  9. Aaron Bartell

    Marking this as resolved. The docs are now in this repo and can subsequently be massaged by core committers and PRs.

  10. Log in to comment