forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update element pages to make not of PolymerLabs.
- pages are not an expandable list of elements - prep for core-* elements inclusion
- Loading branch information
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |