Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: chrome/common/extensions/docs/templates/articles/experimental.html

Issue 48263002: list apis by channel info, e.g. dev, stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: done Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/experimental.html
diff --git a/chrome/common/extensions/docs/templates/articles/experimental.html b/chrome/common/extensions/docs/templates/articles/experimental.html
index 5646013eef3d1181eb9f52becf42f5bfe2f7a8c1..bde7d7d6957f689bea3bc999e7a256d31771431b 100644
--- a/chrome/common/extensions/docs/templates/articles/experimental.html
+++ b/chrome/common/extensions/docs/templates/articles/experimental.html
@@ -11,17 +11,7 @@ on the following experimental APIs:
</p>
{{/is_apps}}
-<ul>
- {{?is_apps}}
- {{#api_list.apps.experimental}}
- <li><a href="{{name}}.html">{{name}}</a></li>
- {{/}}
- {{:is_apps}}
- {{#api_list.extensions.experimental}}
- <li><a href="{{name}}.html">{{name}}</a></li>
- {{/}}
- {{/is_apps}}
-</ul>
+{{+partials.api_table apis:apis is_stable:false}}
{{^is_apps}}
<p class="doc-family extensions">

Powered by Google App Engine
This is Rietveld 408576698