gitlab-org--gitlab-foss/app/views/projects/cycle_analytics/_overview.html.haml

16 lines
731 B
Plaintext

.cycle-analytics-overview
.container
.row
.col-md-10.offset-md-1
.row.overview-details
.col-md-6.overview-text
%h4 Introducing Value Stream Analytics
%p
Value Stream Analytics (VSA) gives an overview of how much time it takes to go from idea to production in your project.
To set up VSA, you must first define a production environment by setting up your CI and then deploy to production.
%p
%a.btn{ href: help_page_path('user/analytics/value_stream_analytics.md'), target: '_blank' } Read more
.col-md-6.overview-image
%span.overview-icon
= custom_icon ('icon_cycle_analytics_overview')