Skip to content
Snippets Groups Projects
Commit 210e060f authored by Peter Mosses's avatar Peter Mosses
Browse files

Testing default nav order

The `nav_order` fields are removed from the children of the Utilities node, which results in alphabetic order.
parent 6660f442
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
layout: default layout: default
title: Color title: Color
parent: Utilities parent: Utilities
nav_order: 3
--- ---
# Color Utilities # Color Utilities
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
layout: default layout: default
title: Layout title: Layout
parent: Utilities parent: Utilities
nav_order: 2
--- ---
# Layout Utilities # Layout Utilities
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
layout: default layout: default
title: Responsive Modifiers title: Responsive Modifiers
parent: Utilities parent: Utilities
nav_order: 1
--- ---
# Responsive modifiers # Responsive modifiers
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
layout: default layout: default
title: Typography title: Typography
parent: Utilities parent: Utilities
nav_order: 4
--- ---
# Typography Utilities # Typography Utilities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment