From 758e5cf4c0dd414cbd6a540ea505d4cf835874f2 Mon Sep 17 00:00:00 2001 From: Barb Paduch Date: Tue, 29 May 2018 11:14:15 -0400 Subject: [PATCH] Add new components to docs --- content/reference/components.md | 2 ++ content/reference/components/_blueprint.yaml | 2 +- scripts/component_categories.json | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/reference/components.md b/content/reference/components.md index 765f9184476..9cb5e446032 100644 --- a/content/reference/components.md +++ b/content/reference/components.md @@ -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/). | @@ -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. | diff --git a/content/reference/components/_blueprint.yaml b/content/reference/components/_blueprint.yaml index 99dfed715c2..24e16c6950f 100644 --- a/content/reference/components/_blueprint.yaml +++ b/content/reference/components/_blueprint.yaml @@ -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 diff --git a/scripts/component_categories.json b/scripts/component_categories.json index d67e630f326..1b50f591796 100644 --- a/scripts/component_categories.json +++ b/scripts/component_categories.json @@ -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", @@ -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",