Skip to content

Documentation guidelines

Joshua Smithrud edited this page Jul 13, 2022 · 7 revisions
  • Write from the second person. Use "you".
  • Only write about supported functionality.
  • Don't introduce new terminology.

Terminology

  • Fluid is a proper noun, but these are not:
    • container
    • service
    • object
    • driver
    • runtime
    • host
  • Fluid Framework is a proper noun
  • Fluid service, not Fluid server

Casing

  • Sentence case for headings
  • Container code, not Container Code
  • Distributed data structures, not Distributed Data Structures
  • URL, not url or Url
  • TypeScript
  • Node.js
  • npm (always lower-case)

Lists

  • Punctuation at the end of list items

Source-Code Documentation Guidelines

Clone this wiki locally