|
11 | 11 | <head>
|
12 | 12 |
|
13 | 13 | <script src="../platform/platform.js"></script>
|
14 |
| - <link rel="import" href="../core-component-page/core-component-page.html"> |
| 14 | + |
| 15 | + <link rel="import" href="../core-doc-viewer/core-doc-viewer.html"> |
| 16 | + |
| 17 | + <style> |
| 18 | + |
| 19 | + body { |
| 20 | + font-family: sans-serif; |
| 21 | + margin: 0; |
| 22 | + } |
| 23 | + |
| 24 | + core-doc-viewer { |
| 25 | + height: 100vh; |
| 26 | + } |
| 27 | + |
| 28 | + </style> |
15 | 29 |
|
16 | 30 | </head>
|
17 | 31 | <body unresolved>
|
18 | 32 |
|
19 |
| - <core-component-page sources='[ |
| 33 | + <core-doc-viewer sources='[ |
20 | 34 | "../core-layout-trbl/core-layout-trbl.html",
|
21 | 35 | "../core-ajax/core-ajax.html",
|
22 | 36 | "../core-ajax/core-xhr.html",
|
23 | 37 | "../core-component-page-dev/core-component-page.html",
|
| 38 | + "../core-drawer-panel/core-drawer-panel.html", |
24 | 39 | "../core-doc-viewer/core-doc-viewer.html",
|
25 |
| - "../core-elements/core-elements.html", |
26 | 40 | "../core-firebase/core-firebase.html",
|
| 41 | + "../core-header-panel/core-header-panel.html", |
27 | 42 | "../core-icon/core-icon.html",
|
28 | 43 | "../core-iconset/core-iconset.html",
|
29 | 44 | "../core-layout/core-layout.html",
|
|
32 | 47 | "../core-range/core-range.html",
|
33 | 48 | "../core-selection/core-selection.html",
|
34 | 49 | "../core-selector/core-selector.html",
|
35 |
| - "../core-tests/core-tests.html", |
| 50 | + "../core-toolbar/core-toolbar.html", |
36 | 51 | "../core-theme-aware/core-theme-aware.html"
|
37 |
| - ]'></core-component-page> |
| 52 | + ]'></core-doc-viewer> |
38 | 53 |
|
39 | 54 | </body>
|
40 | 55 | </html>
|
0 commit comments