Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_overview.html.haml « cycle_analytics « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ca72b141be530936a09d79e9f9d2b12309e739b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.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')