GitLab Bot
bd860c22f6
Add latest changes from gitlab-org/gitlab@master
2019-09-17 12:06:48 +00:00
Marcel Amirault
513d3f5811
Fix markdown in various docs
...
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
2019-08-30 02:25:44 +00:00
Achilleas Pipinellis
95145f3e3e
Compress images with pngquant
2019-08-07 10:01:48 +00:00
Marcel Amirault
8786f46c95
Add error message troubleshooting to npm registry doc
...
Add contributed error message and possible solution to npm
registry doc, added to a new troubleshooting section added
to the end of the doc.
2019-08-01 02:52:28 +00:00
Steve Abrams
aba93fe2d5
OAuth2 support for GitLab personal access tokens
...
PATs are accepted using the OAuth2 compliant header
"Authorization: Bearer {token}" in order to allow for
OAuth requests while 2FA is enabled.
2019-07-22 08:50:25 +00:00
Marcel Amirault
74a8d30090
Fix whitespace in user, and misc, docs
...
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
woll render as being in a code block too, even if not
meant to. This fixes all these issues, and cleans up
minor whitespace issues in /user, /security, /ssh
and /migrate_ci_to_ce docs.
2019-07-15 03:02:30 +00:00
Steve Abrams
00369eba01
NPM Registry docs new package naming convention
...
The documentation is updated to include details on the new
limitations and rules to naming NPM packages. A note is included
on how naming collisions are handled.
2019-07-09 15:42:13 +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
469070903d
Docs: Change links to relative in /user/project (Part 1)
2019-05-31 11:08:09 +00:00
Marcel Amirault
4d4bb01d53
Docs: Merge 4 EE doc/user/project dirs to CE
2019-05-05 15:31:04 +00:00