Skip to content

Commit 6b79296

Browse files
Docs: add v6 in versions page (twbs#42040)
1 parent f3a1538 commit 6b79296

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

site/data/docs-versions.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
- group: v4.x
3838
baseurl: 'https://getbootstrap.com/docs'
39-
description: 'Our previous major release with its minor releases. Last update was v4.6.2.'
39+
description: 'Every minor release from v4 is listed below. Last update was v4.6.2.'
4040
versions:
4141
- '4.0'
4242
- '4.1'
@@ -54,3 +54,9 @@
5454
- '5.1'
5555
- '5.2'
5656
- '5.3'
57+
58+
- group: v6.x
59+
baseurl: 'https://getbootstrap.com/docs'
60+
description: 'Upcoming major release. First release will be v6.0.'
61+
versions:
62+
- '6.0'

site/src/pages/docs/versions.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function getVersionsSortedDesc<TKey extends string, TVersions extends Record<TKe
1515

1616
<SingleLayout
1717
title="Versions"
18-
description="An appendix of hosted documentation for nearly every release of Bootstrap, from v1 through v5."
18+
description="An appendix of hosted documentation for nearly every release of Bootstrap, from v1 through v6."
1919
>
2020
<div class="row">
2121
{

0 commit comments

Comments
 (0)