TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: User Documentation solution?

3 点作者 martinbc将近 12 年前
I have to make a &quot;microsite&quot; under my application with documentation about it.<p>The concept must be very similar to any &quot;programming project&quot; style.. (codex.wordpress.org, guides.rubyonrails.org, docs.shopify.com&#x2F;themes): I have to teach users how to do some tasks.<p>I started generating Markdown files and parsing them as html but I realized that the scope is a bit larger: I have to handle sidebar links, breadcrumb navs, translation support, etc)<p>Is there any tool&#x2F;service&#x2F;project for that? What is the best&#x2F;common practice to solve it?

2 条评论

swanson将近 12 年前
You probably want to look at help desk SaaS apps. Or bite the bullet and roll your own - FYI you can just render Markdown directly pretty easily in Rails&#x2F;Sinatra to avoid pasting HTML :)
评论 #6125236 未加载
johns将近 12 年前
daux.io perhaps?
评论 #6123691 未加载