My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Documenting my System

Marco Alka's photo
Marco Alka
·Aug 24, 2016

Hey everyone! Here's a question for my favorite Hashnoders: I have been working on a complex system for quite a while, but my documentation has always been lacking. Very so. Let me be honest. There is no real documentation :(

So how should I document my creation? Basically it's an application host written in JS for Node.JS. I need to write tutorials on how to set it up and use it. Additionally I have to write references for all the modules and global sandbox objects.

In the past I used Doxygen, but it is not easy to use with dynamic JS and looks dated (ugly, to be frank). I really like the style of the unofficial Vulkan tutorial and I considered using the Daux.io, or at least build something which looks similar. What do you think? Have you made any good experiences? What kind of docs style do you prefer?