From 69a7930c5352b7f48972a5bc88bffecc13c1733b Mon Sep 17 00:00:00 2001
From: Ben Bodenmiller <bbodenmiller@hotmail.com>
Date: Fri, 3 Jul 2020 04:51:04 +0000
Subject: [PATCH] Fix configuring dynamic environments sections

---
 doc/ci/environments/index.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/ci/environments/index.md b/doc/ci/environments/index.md
index 5fe020f98a968..38ee0ced6ace8 100644
--- a/doc/ci/environments/index.md
+++ b/doc/ci/environments/index.md
@@ -305,11 +305,6 @@ declaring their names dynamically in `.gitlab-ci.yml`.
 
 Dynamic environments are a fundamental part of [Review apps](../review_apps/index.md).
 
-### Configuring incremental rollouts
-
-Learn how to release production changes to only a portion of your Kubernetes pods with
-[incremental rollouts](../environments/incremental_rollouts.md).
-
 #### Allowed variables
 
 The `name` and `url` parameters for dynamic environments can use most available CI/CD variables,
@@ -422,6 +417,11 @@ that are [managed by GitLab](../../user/project/clusters/index.md#gitlab-managed
 To follow progress on support for GitLab-managed clusters, see the
 [relevant issue](https://gitlab.com/gitlab-org/gitlab/-/issues/38054).
 
+#### Configuring incremental rollouts
+
+Learn how to release production changes to only a portion of your Kubernetes pods with
+[incremental rollouts](../environments/incremental_rollouts.md).
+
 ### Deployment safety
 
 Deployment jobs can be more sensitive than other jobs in a pipeline,
-- 
GitLab