Skip to content
Snippets Groups Projects

851 review apps landing page

Merged Kushal Pandya requested to merge 851-review-apps-landing-page into master
1 unresolved thread
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ extra_js:
Review Apps
%h4.subheader
Transform the way you and your team work
%a.btn.btn-lg.btn-red{ href: "/INCLUDE-URL/" } Read the blog post
%a.btn.btn-lg.btn-red{ href: "/2016/11/22/introducing-review-apps/" } Read the blog post
.page-container.content-container.text-center.animated
.container
@@ -47,7 +47,7 @@ extra_js:
Fully-Integrated
%p
:markdown
With GitLab's code review, [built-in CI](https://about.gitlab.com/gitlab-ci/), and Review Apps, you can speed up your development process with one tool for coding, testing, and previewing your changes.
With GitLab's code review, [built-in CI](/gitlab-ci/), and Review Apps, you can speed up your development process with one tool for coding, testing, and previewing your changes.
.feature-item.col-md-10.col-md-push-1
= icon("cycle-analytics/icon-benefit-3", "feature-icon", { label: "No setup required" })
%h3
@@ -78,7 +78,7 @@ extra_js:
and preview your changes in a live environment. When you push to master,
you'll know your changes have gone through CI testing as well as a live review
where the team can make sure things actually work.
For designers, product managers, marketing counterparts, etc., giving feedback
just got a lot easier. You won't have to check out branches or spin up a staging
environment to preview changes. With Review Apps, you click a link and see the live changes.
@@ -90,9 +90,9 @@ extra_js:
Get Started with GitLab Review Apps
.purple-section-subtitle
Read more about the technical aspects of this feature at:
%a.featured-item-button.white-on-primary.btn-margin-top{ href: "INSERT-BLOGPOST-URL" } Blog Post
%a.featured-item-button.white-on-primary.btn-margin-top{ href: "INSERT-DOC-URL" } Documentation
%a.featured-item-button.white-on-primary.btn-margin-top{ href: "https://gitlab.com/gitlab-examples/review-apps-nginx" } Example Project
%a.featured-item-button.white-on-primary.btn-margin-top{ href: "/2016/11/22/introducing-review-apps/" } Blog Post
%a.featured-item-button.white-on-primary.btn-margin-top{ href: "https://docs.gitlab.com/ce/ci/review_apps/" } Documentation
%a.featured-item-button.white-on-primary.btn-margin-top{ href: "https://gitlab.com/gitlab-examples/review-apps-nginx" } Example Project using a static website and NGINX
= partial "includes/features/try-gitlab-ee"
Loading