<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc, branch docs-code-block-style</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 languages to code blocks</title>
<updated>2019-07-09T03:42:46+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T23:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=51feffa86e34399896334db04d1e55416107d31f'/>
<id>51feffa86e34399896334db04d1e55416107d31f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spacing of code blocks</title>
<updated>2019-07-09T03:42:46+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c314771612ee0013638d0b2d0919ee2c59d20b8'/>
<id>1c314771612ee0013638d0b2d0919ee2c59d20b8</id>
<content type='text'>
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra whitespaces in docs</title>
<updated>2019-07-09T03:28:41+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T03:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25aa4e0322cc44b9f2167cb6569b34c13afd12f1'/>
<id>25aa4e0322cc44b9f2167cb6569b34c13afd12f1</id>
<content type='text'>
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize config for markdownlint</title>
<updated>2019-07-09T03:01:04+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-07-09T03:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=385233981aca05f5c2ac2cf68af3688539bba62e'/>
<id>385233981aca05f5c2ac2cf68af3688539bba62e</id>
<content type='text'>
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.

To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.

To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/update-installation-link' into 'master'</title>
<updated>2019-07-09T00:23:42+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-09T00:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a2c53d6400287bbb29056c4d007ee571b292937'/>
<id>8a2c53d6400287bbb29056c4d007ee571b292937</id>
<content type='text'>
Update the installation link

See merge request gitlab-org/gitlab-ce!30489</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the installation link

See merge request gitlab-org/gitlab-ce!30489</pre>
</div>
</content>
</entry>
<entry>
<title>Update redirected links to final destination</title>
<updated>2019-07-09T00:20:40+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T00:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=347a8799096d2ace4e1b4577f8f79518085ffa40'/>
<id>347a8799096d2ace4e1b4577f8f79518085ffa40</id>
<content type='text'>
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the consul server docs to its own section</title>
<updated>2019-07-08T23:42:35+00:00</updated>
<author>
<name>Cindy Pallares 🦉</name>
<email>cindy@gitlab.com</email>
</author>
<published>2019-07-08T23:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d73d817bdf2a1ded88f66ae997ddbf2af1247dd'/>
<id>7d73d817bdf2a1ded88f66ae997ddbf2af1247dd</id>
<content type='text'>
The consul docs are currently in the HA database section, but it should
be in it's own section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The consul docs are currently in the HA database section, but it should
be in it's own section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-kubernetes-webcast-cta-dmp' into 'master'</title>
<updated>2019-07-08T23:36:37+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-08T23:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fee57d4c0bcf7b53b81f60fd315c575bd83a79f7'/>
<id>fee57d4c0bcf7b53b81f60fd315c575bd83a79f7</id>
<content type='text'>
Add relevant webcast to drive traffic and MQLs

See merge request gitlab-org/gitlab-ce!30236</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add relevant webcast to drive traffic and MQLs

See merge request gitlab-org/gitlab-ce!30236</pre>
</div>
</content>
</entry>
<entry>
<title>Doc for "Require session with smartcard login for Git access"</title>
<updated>2019-07-08T23:35:44+00:00</updated>
<author>
<name>Imre Farkas</name>
<email>ifarkas@gitlab.com</email>
</author>
<published>2019-07-08T23:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3824fbfd97476edb409191fc998d75e81b322bf'/>
<id>d3824fbfd97476edb409191fc998d75e81b322bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update redirected links to final destinations</title>
<updated>2019-07-08T23:14:29+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T23:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d4c6a14d81bb120b04e8edb76050110191435a9'/>
<id>0d4c6a14d81bb120b04e8edb76050110191435a9</id>
<content type='text'>
This updates redirected links in integration, update, user
and workflow dirs. Should now link to final URLs to avoid
redirect hops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates redirected links in integration, update, user
and workflow dirs. Should now link to final URLs to avoid
redirect hops
</pre>
</div>
</content>
</entry>
</feed>
