<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/administration/high_availability, branch winh-notes-service-toggleResolveNote</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>Makes copying host keys a recommended step</title>
<updated>2019-07-09T06:23:17+00:00</updated>
<author>
<name>Lyle Kozloff</name>
<email>lkozloff@gitlab.com</email>
</author>
<published>2019-07-09T06:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3306aa860b1cb2b7c6bb973b17402eee8266f975'/>
<id>3306aa860b1cb2b7c6bb973b17402eee8266f975</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/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>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>Update the installation link</title>
<updated>2019-07-08T22:24:54+00:00</updated>
<author>
<name>Cindy Pallares</name>
<email>cindy@gitlab.com</email>
</author>
<published>2019-07-08T22:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00780264a7f8eaaf304c22aaa481e1942ced05cd'/>
<id>00780264a7f8eaaf304c22aaa481e1942ced05cd</id>
<content type='text'>
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
</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>Fix markdown to reduce number of kramdown warnings</title>
<updated>2019-07-03T07:12:04+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-03T07:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1464b1e0004c17ea56808514577233e95bd7fdd2'/>
<id>1464b1e0004c17ea56808514577233e95bd7fdd2</id>
<content type='text'>
Add backticks around square brackets, or fix links, as necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add backticks around square brackets, or fix links, as necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-clarify-10k-architecture-resources-per-node' into 'master'</title>
<updated>2019-07-02T08:50:53+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-07-02T08:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc226cf083c5e2681763955ac1d825bb4542f7d6'/>
<id>bc226cf083c5e2681763955ac1d825bb4542f7d6</id>
<content type='text'>
Clarify 10k architecture resource per node

Closes #63424

See merge request gitlab-org/gitlab-ce!30237</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify 10k architecture resource per node

Closes #63424

See merge request gitlab-org/gitlab-ce!30237</pre>
</div>
</content>
</entry>
<entry>
<title>Fix most bare URLs in project</title>
<updated>2019-07-02T08:50:00+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-02T08:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562'/>
<id>d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562</id>
<content type='text'>
Linting rule not enabled for now
because tooling produces false
positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linting rule not enabled for now
because tooling produces false
positives.
</pre>
</div>
</content>
</entry>
</feed>
