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

Unified Diff: chrome/common/extensions/docs/templates/public/extensions/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/extensions/api_index.html
diff --git a/chrome/common/extensions/docs/templates/public/extensions/api_index.html b/chrome/common/extensions/docs/templates/public/extensions/api_index.html
index 794c225159f34e05d604290bf45356c3f681bf64..8cac6e89018e72966c144b3e51f36a420100441d 100644
--- a/chrome/common/extensions/docs/templates/public/extensions/api_index.html
+++ b/chrome/common/extensions/docs/templates/public/extensions/api_index.html
@@ -1 +1,5 @@
-{{+partials.standard_extensions_article article:intros.api_index is_apps:false}}
+{{+partials.standard_extensions_article
+ article:intros.api_index
+ stable_apis:api_list.extensions.chrome.stable
+ beta_apis:api_list.extensions.chrome.beta
+ dev_apis:api_list.extensions.chrome.dev}}

Powered by Google App Engine
This is Rietveld 408576698