diff options
| author | Mark Otto <[email protected]> | 2022-07-26 09:25:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-26 09:25:47 -0700 |
| commit | 501faa2c966632f31b919faf3fa78e9adbe6fe5b (patch) | |
| tree | 9e23264e5e9173f12515527c6b902514bd7f8f0f /site/content/docs/5.2/getting-started | |
| parent | 00aa1a5c6e04629955ee45780b86f6ce8fd48ebf (diff) | |
| download | bootstrap-501faa2c966632f31b919faf3fa78e9adbe6fe5b.tar.xz bootstrap-501faa2c966632f31b919faf3fa78e9adbe6fe5b.zip | |
Simplify social images and add ability to set per-page images (#36804)
* Simplify social images and add ability to set per-page images
- Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages)
- Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images
* Update default social card
* Change description to subtitle, add longer description to match homepage
* Remove social_image_path, use inline conditions for social images
Diffstat (limited to 'site/content/docs/5.2/getting-started')
| -rw-r--r-- | site/content/docs/5.2/getting-started/parcel.md | 1 | ||||
| -rw-r--r-- | site/content/docs/5.2/getting-started/vite.md | 1 | ||||
| -rw-r--r-- | site/content/docs/5.2/getting-started/webpack.md | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/site/content/docs/5.2/getting-started/parcel.md b/site/content/docs/5.2/getting-started/parcel.md index 674a39837..d28f92384 100644 --- a/site/content/docs/5.2/getting-started/parcel.md +++ b/site/content/docs/5.2/getting-started/parcel.md @@ -4,6 +4,7 @@ title: "Bootstrap & Parcel" description: The official guide for how to include and bundle Bootstrap's CSS and JavaScript in your project using Parcel. group: getting-started toc: true +thumbnail: guides/[email protected] --- <img class="mb-4 img-fluid rounded-3" srcset="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-parcel.png, /docs/{{< param docs_version >}}/assets/img/guides/[email protected] 2x" src="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-parcel.png" width="2000" height="1000" alt=""> diff --git a/site/content/docs/5.2/getting-started/vite.md b/site/content/docs/5.2/getting-started/vite.md index ca71bbe31..ee08379a7 100644 --- a/site/content/docs/5.2/getting-started/vite.md +++ b/site/content/docs/5.2/getting-started/vite.md @@ -4,6 +4,7 @@ title: "Bootstrap & Vite" description: The official guide for how to include and bundle Bootstrap's CSS and JavaScript in your project using Vite. group: getting-started toc: true +thumbnail: guides/[email protected] --- <img class="mb-4 img-fluid rounded-3" srcset="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-vite.png, /docs/{{< param docs_version >}}/assets/img/guides/[email protected] 2x" src="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-vite.png" width="2000" height="1000" alt=""> diff --git a/site/content/docs/5.2/getting-started/webpack.md b/site/content/docs/5.2/getting-started/webpack.md index e314ecf6a..ca104f98c 100644 --- a/site/content/docs/5.2/getting-started/webpack.md +++ b/site/content/docs/5.2/getting-started/webpack.md @@ -4,6 +4,7 @@ title: "Bootstrap & Webpack" description: The official guide for how to include and bundle Bootstrap's CSS and JavaScript in your project using Webpack. group: getting-started toc: true +thumbnail: guides/[email protected] --- <img class="mb-4 img-fluid rounded-3" srcset="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-webpack.png, /docs/{{< param docs_version >}}/assets/img/guides/[email protected] 2x" src="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-webpack.png" width="2000" height="1000" alt=""> |
