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

Commit

Permalink
Merge pull request #2 from Polymer/moreels
Browse files Browse the repository at this point in the history
Add the other core-* elements. The ones left off do not have docs
  • Loading branch information
Scott J. Miles committed May 14, 2014
2 parents b692dd0 + d4b7c34 commit 3adc89c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "core-docs",
"private": true,
"dependencies": {
"core-doc-viewer": "Polymer/core-doc-viewer#master"
"core-doc-viewer": "Polymer/core-doc-viewer#master",
"core-elements": "Polymer/core-elements#master"
}
}
27 changes: 21 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!doctype html>
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<html>
<head>
Expand All @@ -31,23 +31,38 @@
<body unresolved>

<core-doc-viewer sources='[
"../core-layout-trbl/core-layout-trbl.html",
"../core-ajax/core-ajax.html",
"../core-ajax/core-xhr.html",
"../core-bind/core-bind.html",
"../core-component-page-dev/core-component-page.html",
"../core-collapse/core-collapse.html",
"../core-drawer-panel/core-drawer-panel.html",
"../core-doc-viewer/core-doc-viewer.html",
"../core-firebase/core-firebase.html",
"../core-header-panel/core-header-panel.html",
"../core-field/core-field.html",
"../core-icon/core-icon.html",
"../core-icon-button/core-icon-button.html",
"../core-iconset/core-iconset.html",
"../core-iconset-svg/core-iconset-svg.html",
"../core-input/core-input.html",
"../core-item/core-item.html",
"../core-layout/core-layout.html",
"../core-layout-trbl/core-layout-trbl.html",
"../core-list/core-list.html",
"../core-localstorage/core-localstorage.html",
"../core-media-query/core-media-query.html",
"../core-meta/core-meta.html",
"../core-menu/core-menu.html",
"../core-menu-button/core-menu-button.html",
"../core-overlay/core-overlay.html",
"../core-menu/core-submenu.html",
"../core-pages/core-pages.html",
"../core-range/core-range.html",
"../core-selection/core-selection.html",
"../core-selector/core-selector.html",
"../core-splitter/core-splitter.html",
"../core-toolbar/core-toolbar.html",
"../core-tooltip/core-tooltip.html",
"../core-theme-aware/core-theme-aware.html"
]'></core-doc-viewer>

Expand Down

0 comments on commit 3adc89c

Please sign in to comment.