diff options
| author | Mark Otto <[email protected]> | 2021-03-22 23:27:15 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-23 08:27:15 +0200 |
| commit | b2deaa997e8062974ccbaacc4479831f1ce982a7 (patch) | |
| tree | f7a33d7eab26d354b3848b536e767cc141821b41 | |
| parent | 1c02ef4f971afe5df75d4e1889435f3edd9f2bbd (diff) | |
| download | bootstrap-b2deaa997e8062974ccbaacc4479831f1ce982a7.tar.xz bootstrap-b2deaa997e8062974ccbaacc4479831f1ce982a7.zip | |
Add link to new Parcel guide in starter template (#33430)
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/examples/starter-template/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/examples/starter-template/index.html b/site/content/docs/5.0/examples/starter-template/index.html index 7dca38523..fdd233b7c 100644 --- a/site/content/docs/5.0/examples/starter-template/index.html +++ b/site/content/docs/5.0/examples/starter-template/index.html @@ -38,6 +38,7 @@ extra_css: <ul class="icon-list"> <li><a href="{{< docsref "/getting-started/introduction" >}}">Bootstrap quick start guide</a></li> <li><a href="{{< docsref "/getting-started/webpack" >}}">Bootstrap Webpack guide</a></li> + <li><a href="{{< docsref "/getting-started/parcel" >}}">Bootstrap Parcel guide</a></li> <li><a href="{{< docsref "/getting-started/build-tools" >}}">Contributing to Bootstrap</a></li> </ul> </div> |
