docs: fix broken links for docs

This commit is contained in:
Elliott Marquez 2020-09-22 17:30:14 -07:00
parent f9607fed1c
commit bd5fc7904d
2 changed files with 10 additions and 4 deletions

View File

@ -39,7 +39,7 @@ limitations under the License.
</style>
</head>
<body class="unresolved">
<demo-header component="Dialog" package="dialog"></demo-header>
<demo-header component="Elevation Overlay" package="elevation-overlay"></demo-header>
<main>
<my-element></my-element>

View File

@ -94,6 +94,12 @@ class DemoView extends LitElement {
};
this.listItems = [
{
name: 'Elevation Overlay',
secondary: 'Element overlays for dark mode elevation and emphasis',
href: 'elevation-overlay/',
img: 'https://fonts.gstatic.com/s/i/materialicons/flip_to_front/v6/24px.svg',
},
{
name: 'Button',
secondary: 'Raised and flat buttons',
@ -164,13 +170,13 @@ class DemoView extends LitElement {
name: 'List',
secondary: 'Continuous, vertical indexes of text or images.',
href: 'list/',
img: 'https://material.io/develop/images/component_icons/list.svg',
img: 'https://fonts.gstatic.com/s/i/materialicons/view_list/v6/24px.svg',
},
{
name: 'Menu',
secondary: 'Displays a list of choices on a temporary surface.',
href: 'menu/',
img: 'https://material.io/develop/images/component_icons/menu.svg',
img: 'https://fonts.gstatic.com/s/i/materialicons/picture_in_picture/v6/24px.svg',
},
{
name: 'Radio buttons',
@ -188,7 +194,7 @@ class DemoView extends LitElement {
name: 'Select',
secondary: 'Single option dropdown select menus',
href: 'select/',
img: 'https://material.io/develop/images/component_icons/menu.svg',
img: 'https://fonts.gstatic.com/s/i/materialicons/list_alt/v6/24px.svg',
},
{
name: 'Slider',