Skip to content

Resolve Markdown ordered lists not conforming to styleguide

Evan Read requested to merge docs/fix-ordered-list-item-prefix into master

What does this MR do?

The GitLab documentation style guide requires that ordered lists items are always prefixed with 1..

This avoids needing to renumber the entire list when inserting new steps and simplifies ordered list creation.

This MR:

  • Fixes most (if not all) instances of ordered lists not adhering to the style guide.
  • Other markdown or grammar issues if they are located near a list fix.
  • Converts some ordered lists to unordered lists if appropriate.

Related issues

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

Loading