Skip to content

Commit

Permalink
Add new components to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Barb Paduch committed May 29, 2018
1 parent 13de21b commit 758e5cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions content/reference/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The list of available components are listed below in related categories.
| [`amp-list`](components/amp-list.html) | Dynamically downloads data and creates list items using a template. |
| [`amp-live-list`](components/amp-live-list.html) | Provides a way to display and update content live. |
| [`amp-mustache`](components/amp-mustache.html) | Allows rendering of [`Mustache.js`](https://github.com/janl/mustache.js/) templates. |
| [`amp-next-page`](components/amp-next-page.html) | Dynamically loads more documents recommended for the user. |
| [`amp-selector`](components/amp-selector.html) | Represents a control that presents a menu of options and lets the user choose from it. |
| [`amp-user-notification`](components/amp-user-notification.html) | Displays a dismissable notification to the user. |
| [`amp-web-push`](components/amp-web-push.html) | Allows users to subscribe to [web push notifications](https://developers.google.com/web/fundamentals/engage-and-retain/push-notifications/). |
Expand All @@ -70,6 +71,7 @@ The list of available components are listed below in related categories.

| Component | Description |
| --------- | ----------- |
| [`amp-3d-gltf`](components/amp-3d-gltf.html) | Displays GL Transmission Format (gITF) 3D models. |
| [`amp-3q-player`](components/amp-3q-player.html) | Embeds videos from [3Q SDN.](https://www.3qsdn.com) |
| [`amp-anim`](components/amp-anim.html) | Manages an animated image, typically a GIF. |
| [`amp-apester-media`](components/amp-apester-media.html) | Displays an [Apester](https://apester.com/) smart unit. |
Expand Down
2 changes: 1 addition & 1 deletion content/reference/components/_blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ custom_children:
href: /content/reference/components/layout/amp-layout.md
collection: /content/reference/components/layout
- title@: Media
href: /content/reference/components/media/amp-3q-player.md
href: /content/reference/components/media/amp-3d-gltf.md
collection: /content/reference/components/media
- title@: Presentation
href: /content/reference/components/presentation/amp-animation.md
Expand Down
2 changes: 2 additions & 0 deletions scripts/component_categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"amp-list": "dynamic-content",
"amp-live-list": "dynamic-content",
"amp-mustache": "dynamic-content",
"amp-next-page": "dynamic-content",
"amp-selector": "dynamic-content",
"amp-user-notification": "dynamic-content",
"amp-sortable-table": "dynamic-content",
Expand All @@ -39,6 +40,7 @@
"amp-position-observer": "layout",
"amp-sidebar": "layout",

"amp-3d-gltf": "media",
"amp-3q-player": "media",
"amp-anim": "media",
"amp-apester-media": "media",
Expand Down

0 comments on commit 758e5cf

Please sign in to comment.