Skip to content
Snippets Groups Projects
Select Git revision
  • ag-test
  • rs-test
  • master default protected
  • test-me-pa
  • mksionek-master-patch-52381
  • new-branch-10
  • test-conflicts
  • test-suggestions
  • alejandro-test
  • patch-25
  • winh-test-image-doscussion
  • stg-lfs-image-test-2
  • stg-lfs-image-test
  • test42016
  • issue_42016
  • issue-32709
  • add-codeowners
  • ClemMakesApps-master-patch-62759
  • bvl-staging-test
  • bvl-merge-base-api
  • v9.2.0-rc6 protected
  • v9.2.0-rc5 protected
  • v9.2.0-rc4 protected
  • v9.2.0-rc3 protected
  • v9.1.4 protected
  • v9.2.0-rc2 protected
  • v9.2.0-rc1 protected
  • v9.1.3 protected
  • v8.17.6 protected
  • v9.0.7 protected
  • v9.1.2 protected
  • v9.1.1 protected
  • v9.2.0.pre protected
  • v9.1.0 protected
  • v9.1.0-rc7 protected
  • v9.1.0-rc6 protected
  • v9.0.6 protected
  • v9.1.0-rc5 protected
  • v9.1.0-rc4 protected
  • v9.1.0-rc3 protected
40 results

doc_styleguide.md

Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Documentation styleguide

This styleguide recommends best practices to improve documentation and to keep it organized and easy to find.

Text

  • Split up long lines, this makes it much easier to review and edit. Only double line breaks are shown as a full line break in markdown. 80 characters is a good line length.
  • For subtitles, make sure to start with the largest and go down, meaning: # for the title, ## for subtitles and ### for subtitles of the subtitles, etc.
  • Make sure that the documentation is added in the correct directory and that there's a link to it somewhere useful.
  • Add only one H1 or title in each document, by adding '#' at the begining of it (when using markdown). For subtitles, use '##', '###' and so on.
  • Do not duplicate information.
  • Be brief and clear.
  • Whenever it applies, add documents in alphabetical order.

Images

  • Create a directory to store the images with the specific name of the document where the images belong. It could be in the same directory where the .md document that you're working on is located.
  • Images should have a specific, non-generic name that will differentiate them.
  • Keep all file names in lower case.