Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit bccb84c

Browse files
joyzhongcopybara-github
authored andcommitted
docs: Update docs for m.io site update.
PiperOrigin-RevId: 345491088
1 parent eaeb78c commit bccb84c

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

packages/mdc-banner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A banner displays a prominent message and related optional actions.
1313

1414
![Banner example](images/banner.png)
1515

16-
## Content
16+
**Contents**
1717

1818
* [Using banners](#using-banners)
1919
* [Banners](#banners)

packages/mdc-checkbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use checkboxes to:
1919

2020
![Checkbox hero example for menu options](images/checkbox-hero.png)
2121

22-
## Contents
22+
**Contents**
2323

2424
* [Using checkboxes](#using-checkboxes)
2525
* [Checkboxes](#checkboxes)

packages/mdc-drawer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path: /catalog/drawers/
1313

1414
![Hero navigation drawer image](images/drawer-hero.png)
1515

16-
## Contents
16+
**Contents**
1717

1818
* [Using navigation drawers](#using-navigation-drawers)
1919
* [Types](#types)

packages/mdc-progress-indicator/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ path: /catalog/progress-indicator/
88
-->
99

1010
# Progress Indicators
11+
1112
The MDC Progress Indicator component exposes common foundation and component interfaces for a progress indicator. Components that implement these interfaces include [linear progress](https://github.com/material-components/material-components-web/tree/master/packages/mdc-linear-progress) and [circular progress](https://github.com/material-components/material-components-web/tree/master/packages/mdc-circular-progress).
1213
[Material Design progress & activity requirements](https://material.io/go/design-progress-indicators).
1314

packages/mdc-radio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use radio buttons to:
1818

1919
![Radio button hero example for menu options](images/radio-button-hero.png)
2020

21-
## Contents
21+
**Contents**
2222

2323
* [Using radio buttons](#using-radio-buttons)
2424
* [Radio buttons](#radio-buttons)

packages/mdc-slider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The MDC Slider implementation supports both single point sliders (one thumb)
1616
and range sliders (two thumbs). It is backed by the browser
1717
`<input type="range">` element, is fully accessible, and is RTL-aware.
1818

19-
## Contents
19+
**Contents**
2020

2121
* [Using sliders](#using-sliders)
2222
* [Sliders](#sliders)

packages/mdc-switch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Switches toggle the state of a single setting on or off. They are the preferred
1414

1515
![Switch hero example for menu options](images/switch-hero.png)
1616

17-
## Contents
17+
**Contents**
1818

1919
* [Using switches](#using-switches)
2020
* [Switches](#switches)

packages/mdc-tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Tooltips display informative text when users hover over, focus on, or tap an ele
1313

1414
![Tooltip example](images/tooltip.png)
1515

16-
## Contents
16+
**Contents**
1717

1818
* [Using tooltips](#using-tooltips)
1919
* [Tooltips](#tooltips)

0 commit comments

Comments
 (0)