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

Unified Diff: chrome/common/extensions/docs/templates/public/apps/api_index.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/public/apps/api_index.html
diff --git a/chrome/common/extensions/docs/templates/public/apps/api_index.html b/chrome/common/extensions/docs/templates/public/apps/api_index.html
index 4d7b209780eb5ec57f25e2c7de5523ffa114e920..153eae1930ec945ef8ee22f5aabd650efb446ff4 100644
--- a/chrome/common/extensions/docs/templates/public/apps/api_index.html
+++ b/chrome/common/extensions/docs/templates/public/apps/api_index.html
@@ -1 +1,6 @@
-{{+partials.standard_apps_article article:intros.api_index is_apps:true}}
+{{+partials.standard_apps_article
+ article:intros.api_index
+ is_apps:true
+ stable_apis:api_list.apps.chrome.stable
+ beta_apis:api_list.apps.chrome.beta
+ dev_apis:api_list.apps.chrome.dev}}

Powered by Google App Engine
This is Rietveld 408576698