Skip to content

Commit 78e5eb8

Browse files
authored
chore(docs): add links to the router-link reference section to all components that support router-links (bootstrap-vue#3965)
1 parent e6acc3a commit 78e5eb8

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

src/components/breadcrumb/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ const items = [
5959
]
6060
```
6161

62+
Refer to the [Router support](/docs/reference/router-links) reference page for router-link specific
63+
props.
64+
6265
<!-- Component reference added automatically from component package.json -->

src/components/list-group/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Or if you prefer `<button>` elements over links, set the `button` prop to `true`
8484
`active`) and the `tag` prop will have no effect.
8585
- When `href` or `to` are set, the `tag` prop has no effect.
8686

87+
Refer to the [Router support](/docs/reference/router-links) reference page for router-link specific
88+
props.
89+
8790
## Contextual variants
8891

8992
Use contextual variants to style list items with a stateful background and color, via the `variant`

src/components/navbar/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ Navbars are hidden by default when printing. Force them to be printed by setting
286286

287287
## See also
288288

289+
Refer to the [Router support](/docs/reference/router-links) reference page for router-link specific
290+
props.
291+
289292
Also see [`<b-nav>`](/docs/components/nav) for additional components and sub-component aliases.
290293

291294
<!-- Component reference added automatically from component package.json -->

src/components/pagination-nav/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ pattern.
444444

445445
## See also
446446

447+
Refer to the [Router support](/docs/reference/router-links) reference page for router-link specific
448+
props.
449+
447450
For pagination control of a component (such as `<b-table>`), use the
448451
[`<b-pagination>`](/docs/components/pagination) component instead.
449452

0 commit comments

Comments
 (0)