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

Commit

Permalink
use core-doc-viewer instead of core-component-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 17, 2014
1 parent 3c22810 commit e4c533e
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions index.html
Expand Up @@ -11,19 +11,34 @@
<head>

<script src="../platform/platform.js"></script>
<link rel="import" href="../core-component-page/core-component-page.html">

<link rel="import" href="../core-doc-viewer/core-doc-viewer.html">

<style>

body {
font-family: sans-serif;
margin: 0;
}

core-doc-viewer {
height: 100vh;
}

</style>

</head>
<body unresolved>

<core-component-page sources='[
<core-doc-viewer sources='[
"../core-layout-trbl/core-layout-trbl.html",
"../core-ajax/core-ajax.html",
"../core-ajax/core-xhr.html",
"../core-component-page-dev/core-component-page.html",
"../core-drawer-panel/core-drawer-panel.html",
"../core-doc-viewer/core-doc-viewer.html",
"../core-elements/core-elements.html",
"../core-firebase/core-firebase.html",
"../core-header-panel/core-header-panel.html",
"../core-icon/core-icon.html",
"../core-iconset/core-iconset.html",
"../core-layout/core-layout.html",
Expand All @@ -32,9 +47,9 @@
"../core-range/core-range.html",
"../core-selection/core-selection.html",
"../core-selector/core-selector.html",
"../core-tests/core-tests.html",
"../core-toolbar/core-toolbar.html",
"../core-theme-aware/core-theme-aware.html"
]'></core-component-page>
]'></core-doc-viewer>

</body>
</html>

0 comments on commit e4c533e

Please sign in to comment.