Commit e7574ad7 authored by Filipa Lacerda's avatar Filipa Lacerda

Adds documentation page

parent 813a7303
......@@ -55,7 +55,11 @@ export default {
class="js-empty-state"
:title="__('Getting started with releases')"
:svg-path="illustrationPath"
:description="__('Releases mark specific points in a project\'s development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API.')"
:description="
__(
'Releases mark specific points in a project\'s development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API.',
)
"
:primary-button-link="documentationLink"
:primary-button-text="__('Open Documentation')"
/>
......
......@@ -2,4 +2,4 @@
- page_title _('Releases')
%div{ 'class' => container_class }
#js-releases-page{ data: { endpoint: project_releases_path(@project, format: :json), illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('todo') } }
#js-releases-page{ data: { endpoint: project_releases_path(@project, format: :json), illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/releases') } }
# Releases
> [Introduced][23795] in GitLab 11.7.
A list of the published Releases are available to everyone.
Nagivate to Projects > Releases in order to see the list of releases of a project:
![Releases List](img/releases.png)
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment