🌐 AI搜索 & 代理 主页
Skip to content

Commit 3c2ea39

Browse files
authored
chore(docs): add link to changelog on intro page (#3851)
1 parent 21e48a6 commit 3c2ea39

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/markdown/intro/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
[Toasts](/docs/components/toast), `v{{ portalVueVersion }}` is recommended
1212
- [jQuery](https://jquery.com/) is **not** required
1313

14+
Check out what is new in [BootstrapVue release v{{ version }}](/docs/misc/changelog).
15+
1416
## Prerequisites
1517

1618
Before getting started with BootstrapVue, you should have general familiarity with Vue functionality

docs/pages/docs/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
defaultConfig,
77
nuxtVersion,
88
portalVueVersion,
9+
version,
910
vueVersion
1011
} from '~/content'
1112
import readme from '~/markdown/intro/README.md'
@@ -38,6 +39,7 @@ export default {
3839
portalVueVersionMinor: portalVueVersion.replace(minorRE, '$1'),
3940
portalVueVersionMajor: portalVueVersion.replace(majorRE, '$1'),
4041
readme,
42+
version,
4143
vueVersion,
4244
vueVersionMinor: '2.5',
4345
vueVersionMajor: vueVersion.replace(majorRE, '$1')

0 commit comments

Comments
 (0)