Skip to content

Commit

Permalink
[BottomNavigation] Remove redundant link and update copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed May 3, 2018
1 parent 72ccfa7 commit c8b8aca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/BottomNavigation/.vars
Expand Up @@ -5,6 +5,6 @@ root_path=/catalog/bottomnavigation
icon_id=bottom_navigation
color_themer_api=MDCBottomNavigationBarColorThemer
typography_themer_api=MDCBottomNavigationBarTypographyThemer
short_description=Bottom navigation provides a bar at the bottom of the screen with items to navigate between different views.
short_description=Bottom navigation bars allow movement between primary destinations in an app.
guidelines_short_link=design-bottom-navigation
guidelines_title=Bottom navigation
5 changes: 3 additions & 2 deletions components/BottomNavigation/README.md
Expand Up @@ -2,7 +2,7 @@
title: "Bottom navigation"
layout: detail
section: components
excerpt: "Bottom navigation provides a bar at the bottom of the screen with items to navigate between different views."
excerpt: "Bottom navigation bars allow movement between primary destinations in an app."
iconId: bottom_navigation
path: /catalog/bottomnavigation/
api_doc_root: true
Expand All @@ -12,7 +12,8 @@ api_doc_root: true

# Bottom navigation

[Bottom navigation](https://material.io/go/design-bottom-navigation) makes it easy to explore and switch between top-level views in a single tap. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.
Bottom navigation bars allow movement between primary destinations in an app. Tapping on a bottom
navigation icon takes you directly to the associated view or refreshes the currently active view.

<div class="article__asset article__asset--screenshot">
<img src="docs/assets/bottom-navigation.gif" alt="An animation showing a change of selection in a bottom navigation component." width="320">
Expand Down
3 changes: 2 additions & 1 deletion components/BottomNavigation/docs/README.md
@@ -1,6 +1,7 @@
# Bottom navigation

[Bottom navigation](https://material.io/go/design-bottom-navigation) makes it easy to explore and switch between top-level views in a single tap. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.
Bottom navigation bars allow movement between primary destinations in an app. Tapping on a bottom
navigation icon takes you directly to the associated view or refreshes the currently active view.

<div class="article__asset article__asset--screenshot">
<img src="docs/assets/bottom-navigation.gif" alt="An animation showing a change of selection in a bottom navigation component." width="320">
Expand Down

0 comments on commit c8b8aca

Please sign in to comment.