Skip to content

Resolve Markdown unordered lists not conforming to styleguide

Evan Read requested to merge docs/fix-unordered-list-style 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

Ported by: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8437.

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
Edited by Evan Read

Merge request reports