Skip to content

Commit

Permalink
Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/i…
Browse files Browse the repository at this point in the history
…cons-font
  • Loading branch information
julien-deramond committed Dec 19, 2022
1 parent 33dd824 commit 6ce7485
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions site/content/docs/5.2/examples/starter-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ <h1>Get started with Bootstrap</h1>
<h2>Starter projects</h2>
<p>Ready to beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.</p>
<ul class="icon-list ps-0">
<li class="d-flex align-items-start mb-1"><a href="https://github.com/twbs/bootstrap-npm-starter" rel="noopener" target="_blank">Bootstrap npm starter</a></li>
<li class="text-muted d-flex align-items-start mb-1">Bootstrap Parcel starter (coming soon!)</li>
<li class="d-flex align-items-start mb-1"><a href="https://github.com/twbs/examples/tree/main/icons-font" rel="noopener" target="_blank">Bootstrap npm starter</a></li>
<li class="d-flex align-items-start mb-1"><a href="https://github.com/twbs/examples/tree/main/parcel" rel="noopener" target="_blank">Bootstrap Parcel starter</a></li>
<li class="d-flex align-items-start mb-1"><a href="https://github.com/twbs/examples/tree/main/vite" rel="noopener" target="_blank">Bootstrap Vite starter</a></li>
<li class="d-flex align-items-start mb-1"><a href="https://github.com/twbs/examples/tree/main/webpack" rel="noopener" target="_blank">Bootstrap Webpack starter</a></li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion site/layouts/partials/callouts/info-npm-starter.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**Get started with Bootstrap via npm with our starter project!** Head to the [twbs/bootstrap-npm-starter](https://github.com/twbs/bootstrap-npm-starter) template repository to see how to build and customize Bootstrap in your own npm project. Includes Sass compiler, Autoprefixer, Stylelint, PurgeCSS, and Bootstrap Icons.
**Get started with Bootstrap via npm with our starter project!** Head to the [twbs/examples/tree/main/icons-font](https://github.com/twbs/examples/tree/main/icons-font) template repository to see how to build and customize Bootstrap in your own npm project. Includes Sass compiler, Autoprefixer, Stylelint, PurgeCSS, and Bootstrap Icons.
2 changes: 1 addition & 1 deletion site/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h5>Projects</h5>
<li class="mb-2"><a href="{{ .Site.Params.github_org }}/bootstrap/tree/v4-dev">Bootstrap 4</a></li>
<li class="mb-2"><a href="{{ .Site.Params.github_org }}/icons">Icons</a></li>
<li class="mb-2"><a href="{{ .Site.Params.github_org }}/rfs">RFS</a></li>
<li class="mb-2"><a href="{{ .Site.Params.github_org }}/bootstrap-npm-starter">npm starter</a></li>
<li class="mb-2"><a href="{{ .Site.Params.github_org }}/examples/tree/main/icons-font">npm starter</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/partials/home/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Get started any way you&nbsp;want</
<svg class="bi mb-2 fs-2 text-muted"><use xlink:href="#box-seam"></use></svg>
<h3 class="fw-semibold">Install via package manager</h3>
<p class="pe-lg-5">
Install Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also <a href="https://github.com/twbs/bootstrap-npm-starter">use our npm template repo</a> to quickly generate a Bootstrap project via npm.
Install Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also <a href="https://github.com/twbs/examples/tree/main/icons-font">use our npm starter template</a> to quickly generate a Bootstrap project via npm.
</p>
{{ highlight (printf ("npm install bootstrap@%s") .Site.Params.current_version) "sh" "" }}
{{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }}
Expand Down

0 comments on commit 6ce7485

Please sign in to comment.