美文网首页技术文档写作
【学习总结】Text for the web (MMoS 2)

【学习总结】Text for the web (MMoS 2)

作者: Joy的未来十年 | 来源:发表于2021-10-04 11:48 被阅读0次

The web has become the foremost--and sometimes only--method for communicating with users. As a result, having a web content strategy is critical to content teams.

                                                            --Digested from Content for the web (MMoS)

目前公司文档就是web-based且发布周期是two weeks。遇到Doc Feedback,随时可以fix bugs or make improvements。看到这一章时,我的感触挺多的,与我以前的写作方法基本吻合。我记录一些要点,强化记忆。

详细内容参见:https://docs.microsoft.com/en-us/style-guide/scannable-content/

Make text scannable

Put first things first

Be brief, be bold, be clear

Include navigation within long documents

Establish patterns in content

Give paragraphs room—and keep them short

Organize text into discrete components to support scanning. This section describes some of the methods you can use:

Headings

Lists

Pull quotes

Sidebars

Tables

How you write is equally important to scanning.

目前CEM文档的问题

* Long web content on a page (Discouraging and daunting for readers)

Cause: The left navigation bar contains two-level TOC. Each web page contains a one-level mini TOC.

Competitor: the layouts of AWS and Microsoft e-doc are a three- or four-level TOC in the navigation bar, which helps reduce the long web content on a page.

*  Table design is not friendly (not scannable)

Cause: The in-born issues with markdown syntax (such as text in a cell can't be broken into paragraphs), the poor design (such as the heavy table header, the gray background for rows). 

* Part is not task-based writing. Not put first things first

* The Mini-TOC design is easily mistaken for an ad.

相关文章

  • 【学习总结】Text for the web (MMoS 2)

    The web has become the foremost--and sometimes only--meth...

  • ExtraCredits2-The Future of MMOs

    来源:youtube上优秀游戏设计栏目——额外加分,B站同步搬运号BV16s411N7TQ 仅作为个人兴趣和练习听...

  • 提供接口的几种常用方式(一,Node.js)

    总结几种常用提供接口的方式,学习目的: 1.学习不同语言下Web框架。 2.总结不同架构优缺点,培养架构意识。 3...

  • Text A 学习总结10.19

    1.从本篇文章中我学到的最重要的概念:优等生的学习秘诀主要是要有自己的基本准则,合理安排时间,和同学一起学习,会分...

  • HTML 初识

    下图是一个常见的Web页面,由HTML+CSS构成。我的Web学习之路从最基础的HTML(Hyper Text M...

  • 工具

    今天总结一下开发中用到的工具和研究的工具 1 Subline text2 sublime text2是开发代码编辑...

  • 不总结的学习是没有进步的

    学习是需要规划和总结的 Web 1. HTML 2. CSS 3. JavaScript 4. Bootstrap...

  • 3

    学习总结 轮播的相关知识:初始设置:* {margin: 0;padding: 0;text-decoration...

  • ios个人小结

    NSForegroundColorAttributeName自学没什么动力了,开始写学习总结给自己动力! text...

  • 语言,工具与框架

    1. Web编辑工具 Atom Sublime Text 3 Vim Visual Studio Code Web...

网友评论

    本文标题:【学习总结】Text for the web (MMoS 2)

    本文链接:https://www.haomeiwen.com/subject/gouinltx.html