Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-07-26 19:25:47 +0300
committerGitHub <noreply@github.com>2022-07-26 19:25:47 +0300
commit501faa2c966632f31b919faf3fa78e9adbe6fe5b (patch)
tree9e23264e5e9173f12515527c6b902514bd7f8f0f /config.yml
parent00aa1a5c6e04629955ee45780b86f6ce8fd48ebf (diff)
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 'config.yml')
-rw-r--r--config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.yml b/config.yml
index 744c9f095b..bb71b8d0ca 100644
--- a/config.yml
+++ b/config.yml
@@ -48,10 +48,9 @@ module:
target: static/favicon.ico
params:
- description: "The most popular HTML, CSS, and JS library in the world."
+ subtitle: "The most popular HTML, CSS, and JS library in the world."
+ description: "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins."
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
- social_image_path: /docs/5.2/assets/brand/bootstrap-social.png
- social_logo_path: /docs/5.2/assets/brand/bootstrap-social-logo.png
current_version: "5.2.0"
current_ruby_version: "5.2.0"