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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you write customer documentation for your application?

3 点作者 tpetrina超过 4 年前
As applications become more complex they start requiring proper FAQ, documentation and more. How would you approach it from the tech/writing side? How to keep screenshots up to date? What about ease of editing/publishing/translating? How should articles be linked from the app itself? I have a feeling that web never got that built in ? Button Win32 apps used to have.

3 条评论

Jugurtha超过 4 年前
We still are not good at it. We&#x27;re developing our internal machine learning platform as a normal product[0] and treat questions as <i>failure demand</i>[1] to update documentation, or eliminate the friction that lead to the question.<p>The whole point of the platform is to take a lot of the burden of machine learning off of the user, so that complexity is handled by the platform to make things as simple as they possibly can be, without becoming rigid.<p>If many people ask us about something, there&#x27;s an opportunity not only to document that, but to reduce ambiguity upstream so the question never gets asked again.<p>We also monitor errors and usage and ask our users and colleagues questions on their usage, or why they were not able to do something, and learn from that.<p>We also are our users and when we use the platform and find we&#x27;re having trouble remembering things, we add that in. For example, when we added the functionality to deploy a model, we added a tutorial on how to invoke the model with different languages, how to make a request, etc.<p>Not the best at UI&#x2F;UX because it&#x27;s not our background, but we&#x27;re improving.<p>- [0]: <a href="https:&#x2F;&#x2F;iko.ai" rel="nofollow">https:&#x2F;&#x2F;iko.ai</a><p>- [1]: <a href="https:&#x2F;&#x2F;vanguard-method.net&#x2F;failure-demand&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vanguard-method.net&#x2F;failure-demand&#x2F;</a>
ronronron09超过 4 年前
Decent user documentation can help your end customers succeed with your product but arranging it can be challenging. Do lots of research and learn how to make it easier. You may need to use <a href="https:&#x2F;&#x2F;isaccurate.com&#x2F;translation-services-boston" rel="nofollow">https:&#x2F;&#x2F;isaccurate.com&#x2F;translation-services-boston</a> to translate it to broader audience. User documentation guides your customers, helping them to use your product properly while also assisting them with any difficulties that arise
afarrell超过 4 年前
The best forms of documentation are, in order:<p>1. Encapsulating complexity to eliminate the need.<p>2. Well-designed UI Affordances to eliminate the need.<p>3. Documentation presented just in time at the Point of Action<p>4. A concisely illustrated mental model explanation and some specific searchable how-tos.<p>5. Well-written answers on StackOverflow.<p>For more on this, see the Django community and Write the Docs.