Skip to content

Commit

Permalink
Fix #217: de-bower the docs (#302)
Browse files Browse the repository at this point in the history
Includes changing front page section from "Multiple Registries" to "Same Packages"
  • Loading branch information
markstos authored and Daniel15 committed Dec 8, 2016
1 parent ca678f1 commit d4ac125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _data/i18n/en.yml
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions _layouts/pages/homepage.html
Expand Up @@ -108,8 +108,8 @@ <h2>{{i18n.homepage_featurette_network_performance_title}}</h2>
<p>{{i18n.homepage_featurette_network_performance_description}}</p>
</div>
<div class="col-lg-4 col-md-6 featurette">
<h2>{{i18n.homepage_featurette_npm_and_bower_title}}</h2>
<p>{{i18n.homepage_featurette_npm_and_bower_description}}</p>
<h2>{{i18n.homepage_featurette_npm_title}}</h2>
<p>{{i18n.homepage_featurette_npm_description}}</p>
</div>

<div class="col-lg-4 col-md-6 featurette">
Expand Down

0 comments on commit d4ac125

Please sign in to comment.