Skip to content

Commit 9a39e22

Browse files
pubiqqleticiarossi
authored andcommitted
[Docs] Fix anchors.
Resolves #4015 GIT_ORIGIN_REV_ID=0b4097653df971659ed1526e450bc40030f502e3 PiperOrigin-RevId: 634017580
1 parent ce00ba3 commit 9a39e22

33 files changed

+68
-69
lines changed

docs/components/BadgeDrawable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path: /catalog/badging/
99

1010
# `BadgeDrawable`
1111

12-
## Design & API Documentation
12+
## Design and API Documentation
1313

1414
* [Google Material3 Spec](https://material.io/components/badges/overview)
1515
* [API reference](https://developer.android.com/reference/com/google/android/material/badge/package-summary)

docs/components/BottomAppBar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ revert back to the previous style.
2020

2121
**Contents**
2222

23-
* [Design & API documentation](#design-api-documentation)
23+
* [Design and API Documentation](#design-and-api-documentation)
2424
* [Using bottom app bars](#using-bottom-app-bars)
2525
* [Bottom app bar](#bottom-app-bar)
2626
* [Theming bottom app bars](#theming-bottom-app-bars)
2727

28-
## Design & API Documentation
28+
## Design and API Documentation
2929

3030
* [Google Material3 Spec](https://material.io/components/bottom-app-bar/overview)
3131
* [API Reference](https://developer.android.com/reference/com/google/android/material/bottomappbar/package-summary)
@@ -73,8 +73,8 @@ in the menu:
7373

7474
## Bottom app bar
7575

76-
Bottom app bars provide access to a bottom navigation drawer and up to four
77-
actions, including the floating action button.
76+
Bottom app bars provide access to up to four actions, including the
77+
[floating action button](FloatingActionButton.md) (FAB).
7878

7979
### Bottom app bar examples
8080

docs/components/BottomNavigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ allow movement between primary destinations in an app.
1616

1717
**Contents**
1818

19-
* [Design & API documentation](#design-api-documentation)
19+
* [Design and API Documentation](#design-and-api-documentation)
2020
* [Using bottom navigation](#using-bottom-navigation)
2121
* [Bottom navigation bar](#bottom-navigation-bar)
2222
* [Theming](#theming-a-bottom-navigation-bar)
2323

24-
## Design & API Documentation
24+
## Design and API Documentation
2525

2626
* [Google Material3 Spec](https://material.io/components/navigation-bar/overview)
2727
* [API Reference](https://developer.android.com/reference/com/google/android/material/bottomnavigation/package-summary)

docs/components/BottomSheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ containing supplementary content that are anchored to the bottom of the screen.
1616

1717
**Contents**
1818

19-
* [Design & API Documentation](#design-api-documentation)
19+
* [Design and API Documentation](#design-and-api-documentation)
2020
* [Using bottom sheets](#using-bottom-sheets)
2121
* [Standard bottom sheet](#standard-bottom-sheet)
2222
* [Modal bottom sheet](#modal-bottom-sheet)
2323
* [Anatomy and key properties](#anatomy-and-key-properties)
2424
* [Predictive Back](#predictive-back)
2525
* [Theming](#theming-bottom-sheets)
2626

27-
## Design & API Documentation
27+
## Design and API Documentation
2828

2929
* [Google Material3 Spec](https://material.io/components/bottom-sheets/overview)
3030
* [API Reference](https://developer.android.com/reference/com/google/android/material/bottomsheet/package-summary)

docs/components/Button.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and make choices, with a single tap.
1616

1717
**Contents**
1818

19-
* [Design & API Documentation](#design-api-documentation)
19+
* [Design and API Documentation](#design-and-api-documentation)
2020
* [Using buttons](#using-buttons)
2121
* [Elevated button](#elevated-button)
2222
* [Filled button](#filled-button)
@@ -27,7 +27,7 @@ and make choices, with a single tap.
2727
* [Icon button](#icon-button)
2828
* [Theming](#theming-buttons)
2929

30-
## Design & API Documentation
30+
## Design and API Documentation
3131

3232
* [Google Material3 Spec](https://material.io/components/buttons/overview)
3333
* [API Reference](https://developer.android.com/reference/com/google/android/material/button/package-summary)
@@ -948,7 +948,7 @@ In the layout:
948948
/>
949949
```
950950

951-
#### Styles & Theme attributes
951+
#### Styles and Theme attributes
952952

953953
Element | Style | Theme Attribute
954954
---------------------------- | ------------------------------------------------- | ---------------

docs/components/Card.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ a single subject.
1616

1717
**Contents**
1818

19-
* [Design & API Documentation](#design-api-documentation)
19+
* [Design and API Documentation](#design-and-api-documentation)
2020
* [Using cards](#using-cards)
2121
* [Card](#card)
2222
* [Theming](#theming-cards)
2323

24-
## Design & API Documentation
24+
## Design and API Documentation
2525

2626
* [Google Material3 Spec](https://material.io/components/cards/overview)
2727
* [API reference](https://developer.android.com/reference/com/google/android/material/card/package-summary)

docs/components/Carousel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Carousels contain a collection of items that can move into or out of view
1515

1616
**Contents**
1717

18-
* [Design & API documentation](#design-api-documentation)
18+
* [Design and API Documentation](#design-and-api-documentation)
1919
* [Using carousel](#using-carousel)
2020
* [Multi-browse strategy](#multi-browse-strategy)
2121
* [Hero strategy](#hero-strategy)
2222
* [Fullscreen strategy](#fullscreen-strategy)
2323
* [Attributes](#attributes)
2424
* [Customizing carousel](#customizing-carousel)
2525

26-
## Design & API Documentation
26+
## Design and API Documentation
2727

2828
* [Google Material3 Spec](https://material.io/components/carousel/overview)
2929
* [API reference](https://developer.android.com/reference/com/google/android/material/carousel/package-summary)

docs/components/Checkbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ checked](assets/checkbox/checkbox_hero.png)
2424

2525
**Contents**
2626

27-
* [Design & API Documentation](#design-api-documentation)
27+
* [Design and API Documentation](#design-and-api-documentation)
2828
* [Using checkboxes](#using-checkboxes)
2929
* [Checkbox](#checkbox)
3030
* [Theming checkboxes](#theming-checkboxes)
3131

32-
## Design & API Documentation
32+
## Design and API Documentation
3333

3434
* [Google Material3 Spec](https://material.io/components/checkbox/overview)
3535
* [API reference](https://developer.android.com/reference/com/google/android/material/checkbox/package-summary)

docs/components/Chip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ represent an input, attribute, or action.
1616

1717
**Contents**
1818

19-
* [Design & API Documentation](#design-api-documentation)
19+
* [Design and API Documentation](#design-and-api-documentation)
2020
* [Using chips](#using-chips)
2121
* [Assist chip](#assist-chip)
2222
* [Filter chip](#filter-chip)
2323
* [Input chip](#input-chip)
2424
* [Suggestion chip](#suggestion-chip)
2525
* [Theming chips](#theming-chips)
2626

27-
## Design & API Documentation
27+
## Design and API Documentation
2828

2929
* [Google Material3 Spec](https://material.io/components/chips/overview)
3030
* [API reference](https://developer.android.com/reference/com/google/android/material/chip/package-summary)

docs/components/DatePicker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ date or range of dates.
1616

1717
**Contents**
1818

19-
* [Design & API documentation](#design-api-documentation)
19+
* [Design and API Documentation](#design-and-api-documentation)
2020
* [Using date pickers](#using-date-pickers)
2121
* [Calendar date picker](#calendar-date-picker)
2222
* [Theming date pickers](#theming-date-pickers)
2323

24-
## Design & API Documentation
24+
## Design and API Documentation
2525

2626
* [Google Material3 Spec](https://material.io/components/date-pickers/overview)
2727
* [API reference](https://developer.android.com/reference/com/google/android/material/datepicker/package-summary)

0 commit comments

Comments
 (0)