docs(aio): relocate images to match docs

This commit is contained in:
Ward Bell
2017-04-21 17:59:33 -07:00
committed by Pete Bacon Darwin
parent 93516ea8a1
commit bb1850a912
239 changed files with 149 additions and 149 deletions
+5 -5
View File
@@ -41,7 +41,7 @@ view and the most heroic heroes:
<figure class='image-display'>
<img src='assets/images/devguide/toh/heroes-dashboard-1.png' alt="Output of heroes dashboard"></img>
<img src='assets/images/guide/toh/heroes-dashboard-1.png' alt="Output of heroes dashboard"></img>
</figure>
@@ -54,7 +54,7 @@ where you can change the hero's name.
<figure class='image-display'>
<img src='assets/images/devguide/toh/hero-details-1.png' alt="Details of hero in app"></img>
<img src='assets/images/guide/toh/hero-details-1.png' alt="Details of hero in app"></img>
</figure>
@@ -65,7 +65,7 @@ If you click "Heroes," the app displays the "Heroes" master list view.
<figure class='image-display'>
<img src='assets/images/devguide/toh/heroes-list-2.png' alt="Output of heroes list app"></img>
<img src='assets/images/guide/toh/heroes-list-2.png' alt="Output of heroes list app"></img>
</figure>
@@ -79,7 +79,7 @@ The following diagram captures all of the navigation options.
<figure class='image-display'>
<img src='assets/images/devguide/toh/nav-diagram.png' alt="View navigations"></img>
<img src='assets/images/guide/toh/nav-diagram.png' alt="View navigations"></img>
</figure>
@@ -88,7 +88,7 @@ Here's the app in action:
<figure class='image-display'>
<img src='assets/images/devguide/toh/toh-anim.gif' alt="Tour of Heroes in Action"></img>
<img src='assets/images/guide/toh/toh-anim.gif' alt="Tour of Heroes in Action"></img>
</figure>
+2 -2
View File
@@ -394,7 +394,7 @@ like this:
<figure class='image-display'>
<img src='assets/images/devguide/toh/heroes-list-selected.png' alt="Selected hero"></img>
<img src='assets/images/guide/toh/heroes-list-selected.png' alt="Selected hero"></img>
</figure>
@@ -435,7 +435,7 @@ After clicking "Magneta", the list should look like this:
<figure class='image-display'>
<img src='assets/images/devguide/toh/heroes-list-1.png' alt="Output of heroes list app"></img>
<img src='assets/images/guide/toh/heroes-list-1.png' alt="Output of heroes list app"></img>
</figure>
+3 -3
View File
@@ -19,7 +19,7 @@ When youre done, users will be able to navigate the app like this:
<figure class='image-display'>
<img src='assets/images/devguide/toh/nav-diagram.png' alt="View navigations"></img>
<img src='assets/images/guide/toh/nav-diagram.png' alt="View navigations"></img>
</figure>
@@ -967,7 +967,7 @@ After clicking a hero, users should see something like this below the hero list:
<figure class='image-display'>
<img src='assets/images/devguide/toh/mini-hero-detail.png' alt="Mini Hero Detail" height="70"></img>
<img src='assets/images/guide/toh/mini-hero-detail.png' alt="Mini Hero Detail" height="70"></img>
</figure>
@@ -1221,7 +1221,7 @@ Look at the app now. The dashboard, heroes, and navigation links are styled.
<figure class='image-display'>
<img src='assets/images/devguide/toh/heroes-dashboard-1.png' alt="View navigations"></img>
<img src='assets/images/guide/toh/heroes-dashboard-1.png' alt="View navigations"></img>
</figure>
+1 -1
View File
@@ -700,7 +700,7 @@ If you enter characters that match any existing hero names, you'll see something
<figure class='image-display'>
<img src='assets/images/devguide/toh/toh-hero-search.png' alt="Hero Search Component"></img>
<img src='assets/images/guide/toh/toh-hero-search.png' alt="Hero Search Component"></img>
</figure>