mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
Merge branch 'main' into jo-docs-thanks-page
This commit is contained in:
@@ -2,55 +2,55 @@
|
||||
baseurl: "https://getbootstrap.com"
|
||||
description: "Every minor and patch release from v1 is listed below."
|
||||
versions:
|
||||
- v: "1.0.0"
|
||||
- v: "1.1.0"
|
||||
- v: "1.1.1"
|
||||
- v: "1.2.0"
|
||||
- v: "1.3.0"
|
||||
- v: "1.4.0"
|
||||
- "1.0.0"
|
||||
- "1.1.0"
|
||||
- "1.1.1"
|
||||
- "1.2.0"
|
||||
- "1.3.0"
|
||||
- "1.4.0"
|
||||
|
||||
- group: v2.x
|
||||
baseurl: "https://getbootstrap.com"
|
||||
description: "Every minor and patch release from v2 is listed below."
|
||||
versions:
|
||||
- v: "2.0.0"
|
||||
- v: "2.0.1"
|
||||
- v: "2.0.2"
|
||||
- v: "2.0.3"
|
||||
- v: "2.0.4"
|
||||
- v: "2.1.0"
|
||||
- v: "2.1.1"
|
||||
- v: "2.2.0"
|
||||
- v: "2.2.1"
|
||||
- v: "2.2.2"
|
||||
- v: "2.3.0"
|
||||
- v: "2.3.1"
|
||||
- v: "2.3.2"
|
||||
- "2.0.0"
|
||||
- "2.0.1"
|
||||
- "2.0.2"
|
||||
- "2.0.3"
|
||||
- "2.0.4"
|
||||
- "2.1.0"
|
||||
- "2.1.1"
|
||||
- "2.2.0"
|
||||
- "2.2.1"
|
||||
- "2.2.2"
|
||||
- "2.3.0"
|
||||
- "2.3.1"
|
||||
- "2.3.2"
|
||||
|
||||
- group: v3.x
|
||||
baseurl: "https://getbootstrap.com/docs"
|
||||
description: "Every minor and patch release from v3 is listed below. Last update was v3.4.1."
|
||||
description: "Every minor release from v3 is listed below. Last update was v3.4.1."
|
||||
versions:
|
||||
- v: "3.3"
|
||||
- v: "3.4"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
||||
- group: v4.x
|
||||
baseurl: "https://getbootstrap.com/docs"
|
||||
description: "Our previous major release with its minor releases. Last update was v4.6.0."
|
||||
description: "Our previous major release with its minor releases. Last update was v4.6.2."
|
||||
versions:
|
||||
- v: "4.0"
|
||||
- v: "4.1"
|
||||
- v: "4.2"
|
||||
- v: "4.3"
|
||||
- v: "4.4"
|
||||
- v: "4.5"
|
||||
- v: "4.6"
|
||||
- "4.0"
|
||||
- "4.1"
|
||||
- "4.2"
|
||||
- "4.3"
|
||||
- "4.4"
|
||||
- "4.5"
|
||||
- "4.6"
|
||||
|
||||
- group: v5.x
|
||||
baseurl: "https://getbootstrap.com/docs"
|
||||
description: "Current major release. Last update was v5.3.0-alpha1."
|
||||
description: "Current major release. Last update was v5.3.3."
|
||||
versions:
|
||||
- v: "5.0"
|
||||
- v: "5.1"
|
||||
- v: "5.2"
|
||||
- v: "5.3"
|
||||
- "5.0"
|
||||
- "5.1"
|
||||
- "5.2"
|
||||
- "5.3"
|
||||
|
@@ -11,18 +11,31 @@
|
||||
- name: Sass & ESM JS
|
||||
description: "Import and compile Bootstrap's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
|
||||
url: /examples/tree/main/sass-js-esm
|
||||
- name: Webpack
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
|
||||
url: /examples/tree/main/webpack
|
||||
- name: Bootstrap color modes
|
||||
description: "Import and compile Bootstrap's Sass with Stylelint, and the Bootstrap color modes."
|
||||
url: /examples/tree/main/color-modes
|
||||
- name: Bootstrap Icons
|
||||
description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
|
||||
url: /examples/tree/main/icons-font
|
||||
- name: Parcel
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
|
||||
url: /examples/tree/main/parcel
|
||||
indexPath: src/index.html
|
||||
indexPath: src/index.html
|
||||
- name: React
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap."
|
||||
url: /examples/tree/main/react-nextjs
|
||||
indexPath: src/pages/index.tsx
|
||||
- name: Vite
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite."
|
||||
url: /examples/tree/main/vite
|
||||
- name: Bootstrap Icons
|
||||
description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
|
||||
url: /examples/tree/main/bootstrap-icons
|
||||
- name: Vue
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vue and Vite."
|
||||
url: /examples/tree/main/vue
|
||||
- name: Webpack
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
|
||||
url: /examples/tree/main/webpack
|
||||
indexPath: src/index.html
|
||||
|
||||
- category: Snippets
|
||||
description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more."
|
||||
@@ -43,6 +56,14 @@
|
||||
description: "Extend list groups with utilities and custom styles for any content."
|
||||
- name: Modals
|
||||
description: "Transform modals to serve any purpose, from feature tours to dialogs."
|
||||
- name: Badges
|
||||
description: "Make badges work with custom inner HTML and new looks."
|
||||
- name: Breadcrumbs
|
||||
description: "Integrate custom icons and create stepper components."
|
||||
- name: Buttons
|
||||
description: "Create custom buttons for just about any use case with utilities."
|
||||
- name: Jumbotrons
|
||||
description: "Create modernized versions of the classic Bootstrap component."
|
||||
|
||||
- category: Custom Components
|
||||
description: "Brand-new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
|
||||
|
Reference in New Issue
Block a user