diff options
| author | 2016-05-03 09:35:19 -0700 | |
|---|---|---|
| committer | 2016-05-03 09:35:19 -0700 | |
| commit | 5276b8048b0be5094106b9b30e8c036581ab7856 (patch) | |
| tree | e45cd7ae2630f2eeeecb726a23a21da6fd49e63f | |
| parent | aae28050d33222877636d2c3f6d9fd7e239ac5cd (diff) | |
Add metadata for Android Studio card and point the landing/primary collection at it.
Change-Id: Ibc2581e96265ff54cf669082ea13ae3a68bf340a
| -rw-r--r-- | docs/html/jd_extras_en.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/html/jd_extras_en.js b/docs/html/jd_extras_en.js index f11da20a71c0..0c476e92cefc 100644 --- a/docs/html/jd_extras_en.js +++ b/docs/html/jd_extras_en.js @@ -3188,6 +3188,18 @@ METADATA['en'].extras = METADATA['en'].extras.concat([ "category": "distribute" }, { + "lang": "en", + "group": "", + "tags": ["studio,sdk"], + "url": "studio/index.html", + "timestamp": 1462292883, + "image": "images/cards/android-studio_2x.png", + "title": "Download Android Studio and SDK Tools", + "summary": "Get the official Android IDE and developer tools to build apps for Android."], + "type": "develop", + "category": "studio" + }, + { "url":"panel1", "image": "", "title": "", @@ -3337,7 +3349,7 @@ METADATA['en'].collections = { "resources": [ "training/building-wearables.html", "training/material/index.html", - "sdk/index.html" + "studio/index.html" ] }, "index/secondary/carousel": { |