From d1891f0573d0283b58ddf681917f48a197f9b526 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Thu, 23 Apr 2015 08:34:23 -0700 Subject: [PATCH] fixed image, added resources back --- public/docs/dart/latest/_data.json | 6 ++++++ public/docs/dart/latest/guide/setup.jade | 2 +- public/docs/js/latest/_data.json | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/public/docs/dart/latest/_data.json b/public/docs/dart/latest/_data.json index e1d934b395..82ecace6b1 100644 --- a/public/docs/dart/latest/_data.json +++ b/public/docs/dart/latest/_data.json @@ -22,6 +22,12 @@ "title": "API Proposal" }, + "resources": { + "icon": "play-circle-fill", + "title": "Angular Resources", + "banner": "Angular 2 is currently in Alpha Preview. For Angular 1.X Resources please visit Angularjs.org." + }, + "help": { "icon": "chat", "title": "Help & Support" diff --git a/public/docs/dart/latest/guide/setup.jade b/public/docs/dart/latest/guide/setup.jade index 448645a201..084143fb78 100644 --- a/public/docs/dart/latest/guide/setup.jade +++ b/public/docs/dart/latest/guide/setup.jade @@ -126,7 +126,7 @@ p. You should see something like this: - div(align='center') + figure.image-display img(src='setup-example1.png') .l-main-section diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index 471dc1e1f5..be0f486eb8 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -22,6 +22,12 @@ "title": "API Preview" }, + "resources": { + "icon": "play-circle-fill", + "title": "Angular Resources", + "banner": "Angular 2 is currently in Alpha Preview. For Angular 1.X Resources please visit Angularjs.org." + }, + "help": { "icon": "chat", "title": "Help & Support"