Skip to content

Commit c166652

Browse files
authored
Update site naming for top and bottom app bars to match spec. (#3680)
1 parent 2ab207a commit c166652

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

components/AppBar/.vars

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component=AppBar
2-
component_name=Top App Bar
2+
component_name=App bars: top
33
a_component_name=a top app bar
44
root_path=/catalog/app-bars
55
icon_id=toolbar
@@ -8,4 +8,4 @@ typography_themer_api=MDCAppBarTypographyThemer
88
themer_parameter_name=AppBar
99
short_description=The Material Design top app bar displays information and actions relating to the current view.
1010
guidelines_short_link=design-app-bar-top
11-
guidelines_title=Top App Bar
11+
guidelines_title=App bars: top

components/AppBar/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--docs:
2-
title: "Top App Bar"
2+
title: "App bars: top"
33
layout: detail
44
section: components
55
excerpt: "The Material Design top app bar displays information and actions relating to the current view."
@@ -10,7 +10,7 @@ api_doc_root: true
1010

1111
<!-- This file was auto-generated using ./scripts/generate_readme AppBar -->
1212

13-
# Top App Bar
13+
# App bars: top
1414

1515
The Material Design top app bar displays information and actions relating to the current view.
1616

@@ -21,7 +21,7 @@ The Material Design top app bar displays information and actions relating to the
2121
## Design & API documentation
2222

2323
<ul class="icon-list">
24-
<li class="icon-list-item icon-list-item--spec"><a href="https://material.io/go/design-app-bar-top">Material Design guidelines: Top App Bar</a></li>
24+
<li class="icon-list-item icon-list-item--spec"><a href="https://material.io/go/design-app-bar-top">Material Design guidelines: App bars: top</a></li>
2525
<li class="icon-list-item icon-list-item--link">Class: <a href="https://material.io/components/ios/catalog/app-bars/api-docs/Classes/MDCAppBar.html">MDCAppBar</a></li>
2626
<li class="icon-list-item icon-list-item--link">Class: <a href="https://material.io/components/ios/catalog/app-bars/api-docs/Classes/MDCAppBarContainerViewController.html">MDCAppBarContainerViewController</a></li>
2727
<li class="icon-list-item icon-list-item--link">Class: <a href="https://material.io/components/ios/catalog/app-bars/api-docs/Classes/MDCAppBarTextColorAccessibilityMutator.html">MDCAppBarTextColorAccessibilityMutator</a></li>

components/AppBar/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Top App Bar
1+
# App bars: top
22

33
The Material Design top app bar displays information and actions relating to the current view.
44

components/BottomAppBar/.vars

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
component=BottomAppBar
2-
component_name=Bottom App Bar
2+
component_name=App bars: bottom
33
a_component_name=a bottom app bar
44
root_path=/catalog/bottomappbar
55
icon_id=bottom_app_bar
66
color_themer_api=MDCBottomAppBarColorThemer
77
themer_parameter_name=BottomAppBarView
88
short_description=Bottom app bar provides a bar at the bottom of the screen with primary action and navigation buttons.
99
guidelines_short_link=design-app-bar-bottom
10-
guidelines_title=Bottom App Bar
10+
guidelines_title=App bars: bottom

components/BottomAppBar/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--docs:
2-
title: "Bottom App Bar"
2+
title: "App bars: bottom"
33
layout: detail
44
section: components
55
excerpt: "Bottom app bar provides a bar at the bottom of the screen with primary action and navigation buttons."
@@ -10,7 +10,7 @@ api_doc_root: true
1010

1111
<!-- This file was auto-generated using ./scripts/generate_readme BottomAppBar -->
1212

13-
# Bottom App Bar
13+
# App bars: bottom
1414

1515
<div class="article__asset article__asset--screenshot">
1616
<img src="docs/assets/bottomappbar.png" alt="Text Fields" width="375">
@@ -21,7 +21,7 @@ A bottom app bar provides a docked bar at the bottom of the screen for common ap
2121
## Design & API documentation
2222

2323
<ul class="icon-list">
24-
<li class="icon-list-item icon-list-item--spec"><a href="https://material.io/go/design-app-bar-bottom">Material Design guidelines: Bottom App Bar</a></li>
24+
<li class="icon-list-item icon-list-item--spec"><a href="https://material.io/go/design-app-bar-bottom">Material Design guidelines: App bars: bottom</a></li>
2525
<li class="icon-list-item icon-list-item--link">Class: <a href="https://material.io/components/ios/catalog/bottomappbar/api-docs/Classes/MDCBottomAppBarView.html">MDCBottomAppBarView</a></li>
2626
<li class="icon-list-item icon-list-item--link">Enumeration: <a href="https://material.io/components/ios/catalog/bottomappbar/api-docs/Enums/MDCBottomAppBarFloatingButtonElevation.html">MDCBottomAppBarFloatingButtonElevation</a></li>
2727
<li class="icon-list-item icon-list-item--link">Enumeration: <a href="https://material.io/components/ios/catalog/bottomappbar/api-docs/Enums/MDCBottomAppBarFloatingButtonPosition.html">MDCBottomAppBarFloatingButtonPosition</a></li>

components/BottomAppBar/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bottom App Bar
1+
# App bars: bottom
22

33
<div class="article__asset article__asset--screenshot">
44
<img src="docs/assets/bottomappbar.png" alt="Text Fields" width="375">

0 commit comments

Comments
 (0)