]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: add v6 in versions page (#42040)
authorJulien Déramond <juderamond@gmail.com>
Mon, 26 Jan 2026 19:29:57 +0000 (20:29 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 19:29:57 +0000 (20:29 +0100)
site/data/docs-versions.yml
site/src/pages/docs/versions.astro

index e6fb9328d1153183207847d66a6f692488f5f5b7..ca1d4d98b8e025e40db5c8e3a1b7599450c80937 100644 (file)
@@ -36,7 +36,7 @@
 
 - group: v4.x
   baseurl: 'https://getbootstrap.com/docs'
-  description: 'Our previous major release with its minor releases. Last update was v4.6.2.'
+  description: 'Every minor release from v4 is listed below. Last update was v4.6.2.'
   versions:
     - '4.0'
     - '4.1'
@@ -54,3 +54,9 @@
     - '5.1'
     - '5.2'
     - '5.3'
+
+- group: v6.x
+  baseurl: 'https://getbootstrap.com/docs'
+  description: 'Upcoming major release. First release will be v6.0.'
+  versions:
+    - '6.0'
index 0b24a55f4b0d85450ebcd575bff3f416f48c8997..e15f20a3ce5905e04a2c47b341fba92477463fd7 100644 (file)
@@ -15,7 +15,7 @@ function getVersionsSortedDesc<TKey extends string, TVersions extends Record<TKe
 
 <SingleLayout
   title="Versions"
-  description="An appendix of hosted documentation for nearly every release of Bootstrap, from v1 through v5."
+  description="An appendix of hosted documentation for nearly every release of Bootstrap, from v1 through v6."
 >
   <div class="row">
     {