From 5501df0c294f8189f64a686b68d7dd45a803ee1c Mon Sep 17 00:00:00 2001 From: Jiang Yan <contact@jiang-yan.com> Date: Thu, 19 Nov 2020 13:42:44 +0800 Subject: [PATCH] Docs: fix homepage npm install version (#32194) --- site/layouts/partials/home/masthead-followup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 2f767aa34f..91245eecee 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -12,7 +12,7 @@ <a class="btn btn-lg btn-outline-primary mb-3" href="/docs/{{ .Site.Params.docs_version }}/getting-started/download/">Read installation docs</a> </div> <div class="col-md-7 pl-md-5"> - {{ highlight "npm install bootstrap" "sh" "" }} + {{ highlight "npm install bootstrap@next" "sh" "" }} {{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }} </div> </section> -- GitLab