From: Mark Otto Date: Mon, 18 Jul 2022 03:52:30 +0000 (-0700) Subject: Add links to Webpack, Parcel, and Vite guides on homepage (#36760) X-Git-Tag: v5.2.0~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d262a50c1fa5a3cac2f43512943d326c41ffba81;p=thirdparty%2Fbootstrap.git Add links to Webpack, Parcel, and Vite guides on homepage (#36760) --- diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 3dc8cb4823..00a9e3367d 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -41,6 +41,25 @@ `) .Site.Params.cdn.js_bundle (.Site.Params.cdn.js_bundle_hash | safeHTMLAttr)) "html" "" }} + +
+

Read our getting started guides

+

Get a jump on including Bootstrap's source files in a new project with our official guides.

+ +
diff --git a/site/static/docs/5.2/assets/img/parcel.png b/site/static/docs/5.2/assets/img/parcel.png new file mode 100644 index 0000000000..899b29c7bb Binary files /dev/null and b/site/static/docs/5.2/assets/img/parcel.png differ diff --git a/site/static/docs/5.2/assets/img/vite.png b/site/static/docs/5.2/assets/img/vite.png new file mode 100644 index 0000000000..87b844b6c5 Binary files /dev/null and b/site/static/docs/5.2/assets/img/vite.png differ diff --git a/site/static/docs/5.2/assets/img/webpack.png b/site/static/docs/5.2/assets/img/webpack.png new file mode 100644 index 0000000000..ed1719b818 Binary files /dev/null and b/site/static/docs/5.2/assets/img/webpack.png differ