Commit graph

12 commits

Author SHA1 Message Date
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
a347d15972 Update api docs to finish aligning EE and CE docs
Squashing a few commits and continuing work
on merging the 12 api docs that have not
been ported to CE yet.
2019-07-03 09:32:54 +00:00
Evan Read
fb6e59ebe3 Refactor of API landing page
- Breaks up into more sections.
- Also minor fixes to pages within sections.
2019-02-15 09:39:23 +00:00
Achilleas Pipinellis
0e078d1a8a
Replace look-alike token with '<your_access_token>'
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
2019-01-04 13:19:27 +01:00
Sean McGivern
b3cd850c3f Remove EE-specific code from ProtectedRefAccess 2018-09-17 19:36:53 +08:00
Mark Chao
1c7ab76bfc doc 2018-06-06 21:01:46 +09:00
Mark Chao
d5a303cf4d Doc update 2018-06-06 21:01:43 +09:00
Mark Chao
cfcc7043fe Rename “Developers + Masters” 2018-06-06 20:57:15 +09:00
James Edwards-Jones
1d47ae1365 CE backport of ProtectedBranches API changes
In EE we now allow individual users/groups to be set on POST, which required some refactoring.
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3516
2017-12-07 11:58:50 +00:00
James Edwards-Jones
d6dd9d712a Fix ProtectedBranch access level validations
Before an access_level was required in EE even when an
it had been set for a user/group.
2017-11-24 13:20:56 +00:00
Eric
fb5b2d8d0e Extending API for protected branches 2017-08-02 10:16:17 +00:00