<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/examples, branch refactor_auto_devops_enabled</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add 3rd party parallel tools section to docs</title>
<updated>2019-07-17T00:31:22+00:00</updated>
<author>
<name>Artur Trzop</name>
<email>arturtrzop@gmail.com</email>
</author>
<published>2019-07-17T00:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7648b04ca1d7ae231a5e80cd6b0fa295d023a9b'/>
<id>e7648b04ca1d7ae231a5e80cd6b0fa295d023a9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace in docs</title>
<updated>2019-07-12T08:15:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-12T08:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=143872fa52dfc37396e2ede946f1fe7fa9a8d20c'/>
<id>143872fa52dfc37396e2ede946f1fe7fa9a8d20c</id>
<content type='text'>
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add blank lines around code blocks</title>
<updated>2019-07-12T08:09:23+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-12T08:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6f943db44ea7f5d3da4e9b638ccba1c09b501cf'/>
<id>c6f943db44ea7f5d3da4e9b638ccba1c09b501cf</id>
<content type='text'>
All code blocks should be surrounded by blank lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All code blocks should be surrounded by blank lines
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lint rule that headings must increment one level at a time</title>
<updated>2019-07-08T11:07:07+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-08T11:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f93fa4b7d8322aa1f0b39066d65a83c9b10977e'/>
<id>4f93fa4b7d8322aa1f0b39066d65a83c9b10977e</id>
<content type='text'>
Also fixes instances in Markdown that broke the rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes instances in Markdown that broke the rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing badges to use parentheses not brackets</title>
<updated>2019-07-08T08:50:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2'/>
<id>73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Update redirected links in CE part 1</title>
<updated>2019-07-08T00:41:33+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T00:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=518e2b81e38b96d6afa508b39e30dc40f1b4b6c0'/>
<id>518e2b81e38b96d6afa508b39e30dc40f1b4b6c0</id>
<content type='text'>
First MR in a series updating all redirected links
in CE documentation to the destination URLs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First MR in a series updating all redirected links
in CE documentation to the destination URLs
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Markdown linting</title>
<updated>2019-06-25T04:34:55+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-25T04:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e128239340010401b4e7fd391686dcc48c42fff0'/>
<id>e128239340010401b4e7fd391686dcc48c42fff0</id>
<content type='text'>
Also adds and one linting rule
and makes project conform to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds and one linting rule
and makes project conform to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add quotes to redirect value</title>
<updated>2019-06-13T07:31:34+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-13T07:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4eea6dbe5f7bc93a5c7f15a4151654f47ef614eb'/>
<id>4eea6dbe5f7bc93a5c7f15a4151654f47ef614eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-its-relative-7' into 'master'</title>
<updated>2019-06-13T02:30:04+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-13T02:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b5babd532ade644e075e07da691f2616c8b69a6'/>
<id>1b5babd532ade644e075e07da691f2616c8b69a6</id>
<content type='text'>
Docs: Convert absolute links to relative in /ci docs

See merge request gitlab-org/gitlab-ce!29029</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs: Convert absolute links to relative in /ci docs

See merge request gitlab-org/gitlab-ce!29029</pre>
</div>
</content>
</entry>
<entry>
<title>Add links to CI/CD videos</title>
<updated>2019-06-12T15:26:47+00:00</updated>
<author>
<name>Russell Dickenson</name>
<email>rdickenson@gitlab.com</email>
</author>
<published>2019-06-12T15:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=212c08286bc6c5527b7637c7929ae79e57502ac7'/>
<id>212c08286bc6c5527b7637c7929ae79e57502ac7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
