| 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}} | 
|  |