Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameEmailRoleTask
Bobbi Muscarabobbi@ledgeracademy.comTask Force DirectorOrganize Group
John Carpenterjohn@globalblockchainsummit.comTask Force MemberOrganize and Help Create Documentation Standards
Sara Moixsaraisabelmoix@gmail.comTask Force MemberHelp Organize and Support
Benjamin Weymouthbenjamin.weymouth@gmail.comTask Force Member Help Organize and Support 






























Team Goals:


  1. Determine to scope of Documentation Standard Task Force
  2. Collect information  both externally and Internally
  3. Create Standards / Best Practices for Community
  4. Create Documentation Best Practice badging system.

External

Articles
https://blog.prototypr.io/software-documentation-types-and-best-practices-1726ca595c7f


https://document360.com/blog/software-documentation/


https://ifs.host.cs.st-andrews.ac.uk/Books/SE9/Web/QualityMan/docstandards.html



https://www.govinfo.gov/content/pkg/GOVPUB-C13-ddd47a2eca7877b72195f405e4a9fb8d/pdf/GOVPUB-C13-ddd47a2eca7877b72195f405e4a9fb8d.pdf

Internal


From Fabric: 

Documentation
Documentation release process


From Besu

General guidelines

The guiding principles for the Besu documentation are:

  • Be consistent
  • Keep it simple but technically correct
  • Be proactive and suggest good practices
  • Be informative but concise
  • Be inclusive

1. Be consistent

Consistency is important to help our end users build a mental model of how Besu works. By being consistent with our word choices, visual formatting, and style of communication it helps users know what to expect when they refer to or search Besu documentation.

2. Keep it simple but technically correct

Avoid technical jargon and always assume our end users may not be Ethereum experts.

This doesn't mean explaining all Ethereum concepts in our documentation. Explain Besu functionality and when an understanding of complex Ethereum concepts is required refer users to relevant resources.

For example, to explain how the EVM works, link to ethdocs.org documentation such as https://github.com/ethereum/wiki/wiki/Ethereum-Virtual-Machine-(EVM)-Awesome-List

Simple explanations must still be technically correct.

3. Be proactive and suggest good practices

Being proactive means anticipating user needs and guiding them through a process. This most often takes the form of notes or tip messages alongside the main explanation. Put yourself in the user's shoes and consider what questions you would have when reading the documentation.

Do not assume required steps are implied. Err on the side of including them if you are unsure.

Documenting good practices is also important. For example, instruct users to secure private keys and protect RPC endpoints a production environments.

4. Be informative but concise

We seek a balance between providing enough relevant information to help our users develop a solid mental model of how Besu works without forcing them to read too much text or redundant detail.

To provide additional detail, use sub-sections.

5. Be Inclusive

We believe that we all have a role to play to improve our world and writing inclusive doc is a first step in the right direction.

We welcome users and contributors from a wide range of of cultures, so please remember to always observe and respect their preferred language around their identity. 

Avoid potential offensive terms and, for instance, prefer "allow list and deny list" to "white list and black list".

We suggest to refer to Google inclusive doc writing guide and Microsoft bias free writing guidelines as starting points.

Writing style guide

We use the Microsoft Style Guide as our general guide to writing technical documentation. We take guidance from it but do not apply every rule. For example, we use title case rather than sentence case.

The Microsoft Style Guide aims for natural, simple, and clear communication.

Here are some important points we follow:

Active voice

Use active voice. Use you to create a more personal friendly style. Avoid gendered pronouns (he or she).

Contractions

Use contractions. For example, don’t.

Use common contractions, such as it’s and you’re, to create a friendly, informal tone.

Recommend

It's acceptable to use "we recommend" to introduce a product recommendation. Don't use "Hyperledger recommends" or "it is recommended."

Example: Instead of This is not recommended for production code use We don't recommend this for production code.

Directory vs folder

Use directory over folder because we are writing for developers.

Sentence case for headings

Use sentence-style capitalization.

Assumed knowledge for readers

We have two distinct audiences to consider when developing content:

  • New to Ethereum and Ethereum clients
  • Experienced with Ethereum clients other than Besu

Avoid abbreviations

Try not to use abbreviations except for well known ones and some jargon. Don't use "e.g." but use "for example". Don't use "i.e." but use "that is".