Commit c55075a4 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'ek-remove-old-vsa-overview-template' into 'master'

Remove the VSA project level overview template

See merge request gitlab-org/gitlab!41865
parents 81908c03 756d72b3
......@@ -360,23 +360,3 @@
}
}
}
.cycle-analytics-overview {
padding-top: 100px;
.overview-details {
display: flex;
align-items: center;
}
.overview-image {
text-align: right;
}
.overview-icon {
svg {
width: 365px;
height: 227px;
}
}
}
.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')
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