From e41c1701a5cf495f62475cc492c0e4cbeb463410 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Fri, 16 Nov 2018 11:47:14 -0500
Subject: [PATCH] Bump nav order for new docs

---
 docs/customization.md               | 2 +-
 docs/navigation-structure.md        | 2 +-
 docs/search.md                      | 2 +-
 docs/ui-components/code.md          | 2 +-
 docs/ui-components/ui-components.md | 2 +-
 docs/utilities/utilities.md         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/customization.md b/docs/customization.md
index 6bcb8427..b5a4f83c 100644
--- a/docs/customization.md
+++ b/docs/customization.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Customization
-nav_order: 5
+nav_order: 6
 ---
 
 # Customization
diff --git a/docs/navigation-structure.md b/docs/navigation-structure.md
index 2bce40fd..81143214 100644
--- a/docs/navigation-structure.md
+++ b/docs/navigation-structure.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Navigation Structure
-nav_order: 4
+nav_order: 5
 ---
 
 # Navigation Structure
diff --git a/docs/search.md b/docs/search.md
index f5850152..86564272 100644
--- a/docs/search.md
+++ b/docs/search.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Search
-nav_order: 6
+nav_order: 7
 ---
 
 # Search
diff --git a/docs/ui-components/code.md b/docs/ui-components/code.md
index c98055c8..40faf412 100644
--- a/docs/ui-components/code.md
+++ b/docs/ui-components/code.md
@@ -2,7 +2,7 @@
 layout: default
 title: Code
 parent: UI Components
-nav_order: 5
+nav_order: 6
 ---
 
 # Code
diff --git a/docs/ui-components/ui-components.md b/docs/ui-components/ui-components.md
index 26df511e..00e34b84 100644
--- a/docs/ui-components/ui-components.md
+++ b/docs/ui-components/ui-components.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: UI Components
-nav_order: 2
+nav_order: 3
 has_children: true
 parent: UI Components
 permalink: /ui-components
diff --git a/docs/utilities/utilities.md b/docs/utilities/utilities.md
index d8971429..58cdf018 100644
--- a/docs/utilities/utilities.md
+++ b/docs/utilities/utilities.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Utilities
-nav_order: 3
+nav_order: 4
 parent: Utilities
 has_children: true
 permalink: /utilities
-- 
GitLab