<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development/new_fe_guide, branch docs/api-single-codebase</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>Reorganize feature flag documentation</title>
<updated>2019-06-27T17:52:02+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2019-06-27T17:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fda3149dda982bfca0cf57f710bc4a3edd6a6031'/>
<id>fda3149dda982bfca0cf57f710bc4a3edd6a6031</id>
<content type='text'>
Split the FF docs in 3 separate docs to cover 3 different use-cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split the FF docs in 3 separate docs to cover 3 different use-cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds a space to fix code display</title>
<updated>2019-06-11T07:43:12+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-06-11T07:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a94a1d82d42f48acd009832c1f5b73f65bbb5d9'/>
<id>2a94a1d82d42f48acd009832c1f5b73f65bbb5d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use relative URLs in development docs</title>
<updated>2019-05-27T15:13:40+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-05-19T23:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ec7ecf0bc176c04e8f051fd4097f234037dcc79'/>
<id>8ec7ecf0bc176c04e8f051fd4097f234037dcc79</id>
<content type='text'>
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-cleanup-fe' into 'master'</title>
<updated>2019-03-22T10:06:30+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-03-22T10:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ad7193cf9b959fce7210321869e16b4050a0b6f'/>
<id>3ad7193cf9b959fce7210321869e16b4050a0b6f</id>
<content type='text'>
Docs cleanup fe

See merge request gitlab-org/gitlab-ce!26158</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs cleanup fe

See merge request gitlab-org/gitlab-ce!26158</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of fe_docs</title>
<updated>2019-03-21T22:24:10+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2019-03-14T08:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7c92faacbaa4ad3aa53fc1de3c7c9d543624d97'/>
<id>d7c92faacbaa4ad3aa53fc1de3c7c9d543624d97</id>
<content type='text'>
Start moving back to regular fe_docs
Remove Initiatives, add section to index in fe_guide
Delete some no-longer-relevant parts from principles
Update title - Progressive Enchancement is a browser-support term
and could be confused
"When to use" parts are discussed elswhere
Vue &amp; jQuery issue is no longer relevant
Delete duplicate Security docs
Remove empty files, move event_tracking
Shuffle index sections around
Remove sections on Vue &amp; Webpack (we say same thing in prev paragraph)
Remove link to Droplab docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start moving back to regular fe_docs
Remove Initiatives, add section to index in fe_guide
Delete some no-longer-relevant parts from principles
Update title - Progressive Enchancement is a browser-support term
and could be confused
"When to use" parts are discussed elswhere
Vue &amp; jQuery issue is no longer relevant
Delete duplicate Security docs
Remove empty files, move event_tracking
Shuffle index sections around
Remove sections on Vue &amp; Webpack (we say same thing in prev paragraph)
Remove link to Droplab docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds info and links on creating feature flags</title>
<updated>2019-03-21T13:57:37+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-03-20T09:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a5aca1e3241c639a8e77b037918606b5386e864'/>
<id>7a5aca1e3241c639a8e77b037918606b5386e864</id>
<content type='text'>
Adds A short summary of the steps to create and use feature flags
in development for frontend developers who might be unfamiliar
with `rails` and or `flipper`. Adds links to further reading
in the development guide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds A short summary of the steps to create and use feature flags
in development for frontend developers who might be unfamiliar
with `rails` and or `flipper`. Adds links to further reading
in the development guide.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Bring HTML Style Guide in line with docs standards</title>
<updated>2019-03-19T12:56:21+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-03-19T12:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7b55b46af808b0b7cf832ad64a9d2144d85b1ee'/>
<id>b7b55b46af808b0b7cf832ad64a9d2144d85b1ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Bring Javascript Style Guide in line with docs standards</title>
<updated>2019-03-13T14:20:17+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-03-13T14:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ed98b6b24596d2aa75e82f1b5c946f8cb8f0261'/>
<id>8ed98b6b24596d2aa75e82f1b5c946f8cb8f0261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Extend the "Snowplow event tracking" documentation with a "testing" section"</title>
<updated>2019-03-07T21:15:46+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-03-07T21:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c89be4c884e7545c67854cef0147bf02f5bbcfd'/>
<id>6c89be4c884e7545c67854cef0147bf02f5bbcfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure all lists are surrounded by new lines</title>
<updated>2019-02-22T13:17:10+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-02-22T13:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb866309591f64a3cafb3c950b2cb6a0185595e8'/>
<id>eb866309591f64a3cafb3c950b2cb6a0185595e8</id>
<content type='text'>
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.

For consistency, also ensure entries in the list
are aligned when they span multipls lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.

For consistency, also ensure entries in the list
are aligned when they span multipls lines.
</pre>
</div>
</content>
</entry>
</feed>
