Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5501df0c
Unverified
Commit
5501df0c
authored
4 years ago
by
Jiang Yan
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Docs: fix homepage npm install version (#32194)
parent
5ec6400b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/layouts/partials/home/masthead-followup.html
+1
-1
site/layouts/partials/home/masthead-followup.html
with
1 addition
and
1 deletion
+1
-1
site/layouts/partials/home/masthead-followup.html
+
1
-
1
View file @
5501df0c
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets