TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: documentation generator based on markdown files in node.js

26 pointsby emixamover 13 years ago

5 comments

jeromegnover 13 years ago
DocumentUp creator here.<p>Cool project. Why can't we both collaborate on the same project instead and make it awesome? You seem to also be using CoffeeScript, eco, express and marked.<p>I have a few ideas about "Documentation as a Service", unfortunately I don't have enough time to devote to this project so it's kind of stagnating right now. Would appreciate your help.<p>So what made you create that?
评论 #3595845 未加载
ivan_ahover 13 years ago
Cool.<p>Looks very similar idea to <a href="http://documentup.com/" rel="nofollow">http://documentup.com/</a>, which in turn is similar to <a href="http://readthedocs.org" rel="nofollow">http://readthedocs.org</a>
评论 #3594444 未加载
评论 #3594443 未加载
derrickreimerover 13 years ago
This is a nice concept. If you are looking for a full-featured Markdown documentation product, I just released an app called GuideKit (<a href="https://guidekit.com" rel="nofollow">https://guidekit.com</a>). It's free for open source users. We track document versions with Git, offer a Markdown editor with live previewing, and every site has question &#38; answer forums built-in.
评论 #3595863 未加载
ypcxover 13 years ago
If you just want to preview your Github Markdown files (e.g. your README.md) locally before committing them into Github, check out my Node.js-based Github Flavored Markdown Server: <a href="https://github.com/ypocat/gfms" rel="nofollow">https://github.com/ypocat/gfms</a> (it uses Github's CSS and properly parses the "```" code sections).
bergieover 13 years ago
It would be interesting to do WYSIWYG editing of the Markdown docs here with <a href="https://github.com/bergie/createMarkdown" rel="nofollow">https://github.com/bergie/createMarkdown</a>
评论 #3594676 未加载