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

Commit e4c533e

Browse files
author
Scott J. Miles
committed
use core-doc-viewer instead of core-component-page
1 parent 3c22810 commit e4c533e

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

index.html

+20-5
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,34 @@
1111
<head>
1212

1313
<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>
1529

1630
</head>
1731
<body unresolved>
1832

19-
<core-component-page sources='[
33+
<core-doc-viewer sources='[
2034
"../core-layout-trbl/core-layout-trbl.html",
2135
"../core-ajax/core-ajax.html",
2236
"../core-ajax/core-xhr.html",
2337
"../core-component-page-dev/core-component-page.html",
38+
"../core-drawer-panel/core-drawer-panel.html",
2439
"../core-doc-viewer/core-doc-viewer.html",
25-
"../core-elements/core-elements.html",
2640
"../core-firebase/core-firebase.html",
41+
"../core-header-panel/core-header-panel.html",
2742
"../core-icon/core-icon.html",
2843
"../core-iconset/core-iconset.html",
2944
"../core-layout/core-layout.html",
@@ -32,9 +47,9 @@
3247
"../core-range/core-range.html",
3348
"../core-selection/core-selection.html",
3449
"../core-selector/core-selector.html",
35-
"../core-tests/core-tests.html",
50+
"../core-toolbar/core-toolbar.html",
3651
"../core-theme-aware/core-theme-aware.html"
37-
]'></core-component-page>
52+
]'></core-doc-viewer>
3853

3954
</body>
4055
</html>

0 commit comments

Comments
 (0)