diff options
| author | 2016-05-03 16:41:33 +0000 | |
|---|---|---|
| committer | 2016-05-03 16:41:33 +0000 | |
| commit | 145ca75e17473232ca99ddef0582af2b43a54c64 (patch) | |
| tree | 12a05ff4da0977ad0526832f1abba066eae464f3 | |
| parent | b46a079a16fd10c5926ac5ce9489d1d10b752e14 (diff) | |
| parent | 1516bf2cd4f8264bac546e1c84d2369d8489f3ce (diff) | |
Merge "Add metadata for Android Studio card and point the landing/primary collection at it." into mnc-mr-docs
am: 1516bf2cd4
* commit '1516bf2cd4f8264bac546e1c84d2369d8489f3ce':
Add metadata for Android Studio card and point the landing/primary collection at it.
Change-Id: I9fe4bc056bfd61181895b88928fa91c20fcb74da
| -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": { |