diff --git a/docs/_tutorials/navigation.md b/docs/_tutorials/navigation.md index ff66daf7..87368b0f 100644 --- a/docs/_tutorials/navigation.md +++ b/docs/_tutorials/navigation.md @@ -53,7 +53,7 @@ docs:

{{ site.data.samplelist.docs_list_title }}

``` @@ -63,9 +63,9 @@ docs:

ACME Documentation

@@ -98,7 +98,7 @@ Suppose you wanted to sort the list by the `title`. To do this, convert the refe {% assign doclist = site.data.samplelist.docs | sort: 'title' %}
    {% for item in doclist %} -
  1. {{ item.title }}
  2. +
  3. {{ item.title }}
  4. {% endfor %}
``` @@ -108,9 +108,9 @@ Suppose you wanted to sort the list by the `title`. To do this, convert the refe
    -
  1. Configuration
  2. -
  3. Deployment
  4. -
  5. Introduction
  6. +
  7. Configuration
  8. +
  9. Deployment
  10. +
  11. Introduction