From d4ac125704ccd874d8b93b9dd470687ea2f127bb Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Wed, 7 Dec 2016 23:26:30 -0500 Subject: [PATCH] Fix #217: de-bower the docs (#302) Includes changing front page section from "Multiple Registries" to "Same Packages" --- _data/i18n/en.yml | 6 +++--- _layouts/pages/homepage.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/i18n/en.yml b/_data/i18n/en.yml index b729dffbe..8e50f9ac8 100644 --- a/_data/i18n/en.yml +++ b/_data/i18n/en.yml @@ -63,9 +63,9 @@ homepage_featurette_network_performance_title: Network Performance homepage_featurette_network_performance_description: | Yarn efficiently queues up requests and avoids request waterfalls in order to maximize network utilization. -homepage_featurette_npm_and_bower_title: Multiple Registries -homepage_featurette_npm_and_bower_description: | - Install any package from either npm or Bower and keep your package workflow +homepage_featurette_npm_title: Same Packages +homepage_featurette_npm_description: | + Install any package from npm and keep your package workflow the same. homepage_featurette_network_resillience_title: Network Resilience homepage_featurette_network_resillience_description: | diff --git a/_layouts/pages/homepage.html b/_layouts/pages/homepage.html index fa966e5d7..593eaf95b 100644 --- a/_layouts/pages/homepage.html +++ b/_layouts/pages/homepage.html @@ -108,8 +108,8 @@

{{i18n.homepage_featurette_network_performance_title}}

{{i18n.homepage_featurette_network_performance_description}}

-

{{i18n.homepage_featurette_npm_and_bower_title}}

-

{{i18n.homepage_featurette_npm_and_bower_description}}

+

{{i18n.homepage_featurette_npm_title}}

+

{{i18n.homepage_featurette_npm_description}}