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

Commit cb2660e

Browse files
joyzhongcopybara-github
authored andcommitted
docs: m.io fixes.
PiperOrigin-RevId: 351426216
1 parent 251ac04 commit cb2660e

File tree

10 files changed

+0
-71
lines changed

10 files changed

+0
-71
lines changed

docs/code/readme_template.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ path: /catalog/<COMPONENT_ID>/
3737
3838
# <COMPONENT_TITLE>
3939
40-
<!--<div class="article__asset">
41-
<a class="article__asset-link"
42-
href="<LINK_TO_CATALOG_SERVER>">
43-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/<SCREENSHOT_NAME>.png"
44-
width="<SCREENSHOT_WIDTH>" alt="<COMPONENT_NAME> screenshot">
45-
</a>
46-
</div>-->
47-
4840
<ONE_SENTENCE_FROM_SPEC>
4941
5042
## Design & API Documentation

packages/mdc-chips/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/chips/
99

1010
# Chips
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/chips">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/chips.png" width="363" alt="Chips screenshot">
16-
</a>
17-
</div>-->
18-
1912
Chips are compact elements that allow users to enter information, select a choice, filter content, or trigger an action.
2013

2114
## Design & API Documentation

packages/mdc-icon-button/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/buttons/icon-buttons/
99

1010
# Icon buttons
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/icon-button">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/icon-toggles.png" width="20" alt="Icon buttons screenshot">
16-
</a>
17-
</div>-->
18-
1912
[Icon buttons](https://material.io/components/buttons/) allow users to take actions, and make choices, with a single tap.
2013

2114
**Note**: For buttons with both icons and text, use the `mdc-button` component. For more information, see the `mdc-button` [docs](../mdc-button).

packages/mdc-image-list/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/image-lists/
99

1010
# Image List
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/image-list">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/image-list.png" width="294" alt="Image list screenshot">
16-
</a>
17-
</div>-->
18-
1912
MDC Image List provides a RTL-aware Material Design image list component. An Image List consists of several items,
2013
each containing an image and optionally supporting content (i.e. a text label).
2114

packages/mdc-layout-grid/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/layout-grid/
99

1010
# Layout Grid
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/layout-grid">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/layout.png" width="256" alt="Layout grid screenshot">
16-
</a>
17-
</div>-->
18-
1912
Material design’s responsive UI is based on a column-variate grid layout. It has 12 columns on desktop, 8 columns on tablet and 4 columns on phone.
2013

2114

packages/mdc-linear-progress/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/linear-progress/
99

1010
# Linear Progress
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/linear-progress-indicator">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/linear-progress.png" width="586" alt="Linear progress screenshot">
16-
</a>
17-
</div>-->
18-
1912
The MDC Linear Progress component is a spec-aligned linear progress indicator component adhering to the
2013
[Material Design progress & activity requirements](https://material.io/go/design-progress-indicators).
2114

packages/mdc-menu-surface/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/menu-surface/
99

1010
# Menu Surface
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/menu">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/menus.png" width="178" alt="Menus screenshot">
16-
</a>
17-
</div>-->
18-
1912
The MDC Menu Surface component is a reusable surface that appears above the content of the
2013
page and can be positioned adjacent to an element. Menu Surfaces require JavaScript to properly position
2114
themselves when opening.

packages/mdc-menu/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/menus/
99

1010
# Menus
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/menu">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/menus.png" width="178" alt="Menus screenshot">
16-
</a>
17-
</div>-->
18-
1912
A menu displays a list of choices on a temporary surface. They appear when users interact with a button, action,
2013
or other control.
2114

packages/mdc-select/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ path: /catalog/input-controls/select-menus/
88

99
# Select Menus
1010

11-
<!--<div class="article__asset">
12-
<a class="article__asset-link"
13-
href="https://material-components.github.io/material-components-web-catalog/#/component/select">
14-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/selects.png" width="376" alt="Select screenshot">
15-
</a>
16-
</div>-->
17-
1811
MDC Select provides Material Design single-option select menus, using the MDC menu.
1912
The Select component is fully accessible, and supports RTL rendering.
2013

packages/mdc-snackbar/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ path: /catalog/snackbars/
99

1010
# Snackbars
1111

12-
<!--<div class="article__asset">
13-
<a class="article__asset-link"
14-
href="https://material-components.github.io/material-components-web-catalog/#/component/snackbar">
15-
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/snackbars.png" width="336" alt="Snackbar screenshot">
16-
</a>
17-
</div>-->
18-
1912
Snackbars provide brief messages about app processes at the bottom of the screen.
2013

2114
## Design & API Documentation

0 commit comments

Comments
 (0)