diff options
| author | 2016-05-03 16:51:57 +0000 | |
|---|---|---|
| committer | 2016-05-03 16:51:57 +0000 | |
| commit | c9b3b13f4af317a76e30e8859f3faf836b733534 (patch) | |
| tree | 37ee00f21624758b8342328b1d8633fef842d5c5 | |
| parent | cf69f3887b7be9433eca259ecf72e26629a902ee (diff) | |
| parent | 42e9230547579444171f5595928886cfda88746f (diff) | |
Merge "Add metadata for Android Studio card and point the landing/primary collection at it." into mnc-mr-docs am: 1516bf2cd4 am: 145ca75e17
am: 42e9230547
* commit '42e9230547579444171f5595928886cfda88746f':
Add metadata for Android Studio card and point the landing/primary collection at it.
Change-Id: Ic1594415171b5e94e06d201496349baf3e708b27
| -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": { |