Skip to content

Port from CE: Resolve Markdown unordered lists not conforming to styleguide

Evan Read requested to merge docs/fix-unordered-list-style-ee into master

What does this MR do?

The GitLab documentation style guide requires that unordered lists items are always prefixed with -.

Standards are good, but may places in the documentation suite don't follow the standard.

This MR:

  • Fixes most (if not all) instances of unordered lists not adhering to the style guide.

  • Other markdown or grammar issues if they are located near a list fix.

Related issues

Ports: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23037 to EE.

Relates to: https://gitlab.com/gitlab-com/gitlab-docs/issues/287.

Author's checklist

Review checklist

  • Your team's review (required)
  • PM's review (recommended, but not a blocker)
  • Technical writer's review (required)
  • Merge the EE-MR first, CE-MR afterwards

Merge request reports