背景
Discourse 团队在多个地方提到他们正致力于改进管理员体验。
我们的工作量很大,但我们确实在这些问题上投入了相当多的精力。在上次发布中,我们特别在网站设置体验方面付出了一些努力。对于 即将发布的版本,我们的重点是改进管理员体验,以及平台的可扩展性。
问题
Discourse 中有很多设置和大量的文档。但您不太可能在恰当的时机找到正确的文档。
功能
Discourse 的设置和菜单中可以有更多的地方链接到 https://meta.discourse.org/docs 上的相应文档。
例如,有一个 Discourse 安装中会链接到的博客文章 https://blog.discourse.org/2018/06/understanding-discourse-trust-levels/。
但还有很多没有链接。
例如,有一个关于删除分类的操作指南。
This guide explains how to delete a category in Discourse, including the necessary steps to move or delete topics within the category and handle special cases like the “Uncategorized” category.
Required user level: Administrator Deleting a category in Discourse involves two main steps: Moving or deleting all topics within the category Deleting the empty category This guide will walk you through both steps and address special cases. Moving or deleting all…
似乎应该将其包含在您可以看到删除分类按钮的模态框中。
它可以是一个链接,但不必只是每个案例的链接——它可以是一个链接到文档的问号按钮,或者可以是“阅读更多……”等。
Discourse 团队可以浏览文档,从主要的文档开始,找出软件中最相关的链接到该文档的位置。
(又名“即时”)
Coding Horror – 17 Jul 14

The “Just In Time” Theory of User Behavior
I’ve long believed that the design of your software has a profound impact on how users behave within your software. But there are two sides to this story: * Encouraging the “right” things by making those things intentionally easy to do. ...
其他软件示例
Ghost(一款开源博客软件)有几个地方在您需要时会链接到其文档。
例如,此“了解更多”按钮链接到相关文档:

Creating discount and trial offers
The offers system in Ghost allows you to convert more paid customers by offering shareable discounts to your audience, as well as offering free trials to your premium tiers. The offers area can be accessed from Settings → Growth → Offers when you...
同样,这里也是:

Post analytics
Post analytics in Ghost admin gives you easy access to track your audience’s engagement with the content you publish, letting you see what’s resonating (and what’s not) with your readers. To help you get the most out of post analytics, here’s an...


