From 8ac16a281c13edd375b7e401d8862828fe96338a Mon Sep 17 00:00:00 2001 From: Matt Massicotte <85322+mattmassicotte@users.noreply.github.com> Date: Sat, 8 Dec 2018 02:23:38 -0500 Subject: [PATCH] Remove alt attribute from a tags (#7407) Merge pull request 7407 --- docs/_tutorials/navigation.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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