Skip to content

Commit

Permalink
Merge pull request #350 from Polymer/apidocs
Browse files Browse the repository at this point in the history
[docs] Generate API docs
  • Loading branch information
Kate authored Dec 11, 2018
2 parents 9ca2685 + 07be606 commit bf298ce
Show file tree
Hide file tree
Showing 21 changed files with 24,163 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ collections:
output: true
guide:
output: true
include:
- "_*_.html"
- "_*_.*.html"
2 changes: 2 additions & 0 deletions docs/_includes/topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<a class="nav-title" href="{{ site.baseurl }}/">{{ site.name }}</a>
<div class="flex"></div>
<a class="nav-item" href="{{ site.baseurl }}/guide/">Guide</a>
<a class="nav-item" href="{{ site.baseurl }}/api/index.html">API</a>

<a class="icon-github" href="https://github.com/polymer/lit-element" title="GitHub">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentcolor">
<path d="M12,2C6.48,2,2,6.59,2,12.25c0,4.53,2.87,8.37,6.84,9.73c0.5,0.09,0.68-0.22,0.68-0.49c0-0.24-0.01-0.89-0.01-1.74c-2.78,0.62-3.37-1.37-3.37-1.37c-0.45-1.18-1.11-1.5-1.11-1.5c-0.91-0.64,0.07-0.62,0.07-0.62c1,0.07,1.53,1.06,1.53,1.06c0.89,1.57,2.34,1.11,2.91,0.85c0.09-0.66,0.35-1.11,0.63-1.37c-2.22-0.26-4.56-1.14-4.56-5.07c0-1.12,0.39-2.03,1.03-2.75c-0.1-0.26-0.45-1.3,0.1-2.71c0,0,0.84-0.28,2.75,1.05c0.8-0.23,1.65-0.34,2.5-0.34c0.85,0,1.7,0.12,2.5,0.34c1.91-1.33,2.75-1.05,2.75-1.05c0.55,1.41,0.2,2.45,0.1,2.71c0.64,0.72,1.03,1.63,1.03,2.75c0,3.94-2.34,4.81-4.57,5.06c0.36,0.32,0.68,0.94,0.68,1.9c0,1.37-0.01,2.48-0.01,2.81c0,0.27,0.18,0.59,0.69,0.49c3.97-1.36,6.83-5.2,6.83-9.73C22,6.59,17.52,2,12,2"/>
Expand Down
865 changes: 865 additions & 0 deletions docs/api/assets/css/main.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/api/assets/css/main.css.map

Large diffs are not rendered by default.

Binary file added docs/api/assets/images/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/api/assets/images/icons@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/api/assets/images/widgets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/api/assets/images/widgets@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/api/assets/js/main.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/api/assets/js/search.js

Large diffs are not rendered by default.

7,271 changes: 7,271 additions & 0 deletions docs/api/classes/_lib_updating_element_.updatingelement.html

Large diffs are not rendered by default.

7,324 changes: 7,324 additions & 0 deletions docs/api/classes/_lit_element_.litelement.html

Large diffs are not rendered by default.

1,003 changes: 1,003 additions & 0 deletions docs/api/index.html

Large diffs are not rendered by default.

1,118 changes: 1,118 additions & 0 deletions docs/api/interfaces/_lib_updating_element_.attributeserializer.html

Large diffs are not rendered by default.

1,042 changes: 1,042 additions & 0 deletions docs/api/interfaces/_lib_updating_element_.haschanged.html

Large diffs are not rendered by default.

1,166 changes: 1,166 additions & 0 deletions docs/api/interfaces/_lib_updating_element_.propertydeclaration.html

Large diffs are not rendered by default.

1,037 changes: 1,037 additions & 0 deletions docs/api/interfaces/_lib_updating_element_.propertydeclarations.html

Large diffs are not rendered by default.

1,201 changes: 1,201 additions & 0 deletions docs/api/modules/_lib_decorators_.html

Large diffs are not rendered by default.

1,109 changes: 1,109 additions & 0 deletions docs/api/modules/_lib_updating_element_.html

Large diffs are not rendered by default.

1,004 changes: 1,004 additions & 0 deletions docs/api/modules/_lit_element_.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ libraries:
default_expiration: "1m"

handlers:
- url: /api
static_dir: api
secure: always
- url: /build
static_dir: build
secure: always
Expand Down

0 comments on commit bf298ce

Please sign in to comment.