Skip to content

Commit

Permalink
Update element pages to make not of PolymerLabs.
Browse files Browse the repository at this point in the history
- pages are not an expandable list of elements
- prep for core-* elements inclusion
  • Loading branch information
ebidel committed Mar 28, 2014
1 parent 4aab2b7 commit 1b2a2b3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _includes/labs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<p class="alert alert-error">
<polymer-ui-icon src="/images/picons/ic_notification_error_dark_.png" style="background-size:30px !important;"></polymer-ui-icon>
<b>Things may break!</b> This material is part of <a href="https://github.com/PolymerLabs">PolymerLabs</a>, our testing ground for experimental stuff. APIs, documentation, and demos may not be actively maintained.
</p>
4 changes: 2 additions & 2 deletions _includes/toc.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%comment%}
The GENERATED_TOC_START and GENERATED_TOC_END signify the start and end
The TOC_START and TOC_END signify the start and end
of the generated TOC. Used in process_toc.rb to wrap the content in a
<detail> element.
`<detail>` element.
{%endcomment%}

<!--TOC_START-->
Expand Down
24 changes: 24 additions & 0 deletions docs/elements/core-elements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
type: elements
navgroup: docs
shortname: Elements
title: Core elements
subtitle: non-visual utility elements

add_permalinks: false

stylesheets:
"/css/elementpage.css"
---

**Note:** These elements and their documentation are still early. The "source" links below point to commented code where you can learn more about how to use the element.
{: .alert .alert-info}

Install everything:

bower install Polymer/core-elements

<section class="element-list">
{% directory org:Polymer dir:components tag:div glob:core-* blacklist:"core-elements core-component-page-dev" %}
</section>

0 comments on commit 1b2a2b3

Please sign in to comment.