]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Collapse page: add a link to the accordion page (#34605)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 29 Jul 2021 03:39:12 +0000 (06:39 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 03:39:12 +0000 (06:39 +0300)
site/content/docs/5.0/components/collapse.md

index 3704fb636b163e012585b93574703e57f06152a7..5d413ad7547435c35eb20e965dfaa592f800ce15 100644 (file)
@@ -126,7 +126,7 @@ These classes can be found in `_transitions.scss`.
 
 Just add `data-bs-toggle="collapse"` and a `data-bs-target` to the element to automatically assign control of one or more collapsible elements. The `data-bs-target` attribute accepts a CSS selector to apply the collapse to. Be sure to add the class `collapse` to the collapsible element. If you'd like it to default open, add the additional class `show`.
 
-To add accordion-like group management to a collapsible area, add the data attribute `data-bs-parent="#selector"`. Refer to the demo to see this in action.
+To add accordion-like group management to a collapsible area, add the data attribute `data-bs-parent="#selector"`. Refer to the [accordion page]({{< docsref "/components/accordion" >}}) for more information.
 
 ### Via JavaScript