diff --git a/extensions/amp-sidebar/amp-sidebar.md b/extensions/amp-sidebar/amp-sidebar.md new file mode 100644 index 000000000000..7d3bdfda129f --- /dev/null +++ b/extensions/amp-sidebar/amp-sidebar.md @@ -0,0 +1,28 @@ + + +# `amp-sidebar` + + + + + + + + + + +
DescriptionA sidebar provides a way to display meta content intended for temporary access (navigation links, buttons, menus, etc.).The sidebar can be revealed by a button tap while the main content remains visually underneath.
Availability
Experimental
Work in progress.
\ No newline at end of file diff --git a/tools/experiments/experiments.js b/tools/experiments/experiments.js index 80c4607c204c..e0da38047d35 100644 --- a/tools/experiments/experiments.js +++ b/tools/experiments/experiments.js @@ -56,6 +56,13 @@ const EXPERIMENTS = [ spec: 'https://github.com/ampproject/amphtml/blob/master/' + 'extensions/amp-social-share/amp-social-share.md', }, + // Amp Sidebar + { + id: 'amp-sidebar', + name: 'AMP Sidebar', + spec: 'https://github.com/ampproject/amphtml/blob/master/extensions/' + + 'amp-sidebar/amp-sidebar.md', + }, ];