Commit Graph

7 Commits

Author SHA1 Message Date
Marcel Amirault 1e2f46f864 Fix capitalization in more docs
Fix capitalization in docs for works like GitLab, Git
Omnibus, etc
2019-08-29 08:50:59 +00:00
Marcel Amirault d2cb8f785e Update docs to pass new markdownlint
Deletes extra spaces and line, makes lists consistent, and
fixes links.
2019-08-22 08:50:31 +00:00
Marcel Amirault 73c6477b7e Changing badges to use parentheses not brackets
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-08 08:50:38 +00:00
Marcel Amirault 20654fb9bf Enforce consistent prefix for bullet lists
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
2019-07-01 03:36:23 +00:00
Marcel Amirault cab0c20c14 Docs: Convert links in various docs to relative 2019-05-31 11:29:58 +00:00
Marcel Amirault 5f7b4a7b00 Docs: Merge EE doc/​update to CE 2019-05-05 12:17:20 +00:00
Yorick Peterse f812c9624f
Use a single document for upgrading from CE to EE
This changes the guides for upgrading from CE source to EE source so we
no longer need separate documents for every version. This removes the
need for release managers to create and update these documents, and
allows developers to add these instructions as part of their code
changes.
2019-02-11 17:08:25 +01:00