Skip to content

Commit 4b35410

Browse files
XhmikosRromankupchak93
authored andcommitted
introduction: drop details element (twbs#38995)
* introduction: drop `details` element * Update introduction.md
1 parent 2427e60 commit 4b35410

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

site/content/docs/5.3/getting-started/introduction.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,14 @@ You can also use the CDN to fetch any of our [additional builds listed in the Co
7575
## Next steps
7676

7777
- Read a bit more about some [important global environment settings](#important-globals) that Bootstrap utilizes.
78-
7978
- Read about what's included in Bootstrap in our [contents section]({{< docsref "/getting-started/contents/" >}}) and the list of [components that require JavaScript](#js-components) below.
80-
8179
- Need a little more power? Consider building with Bootstrap by [including the source files via package manager]({{< docsref "/getting-started/download#package-managers" >}}).
82-
8380
- Looking to use Bootstrap as a module with `<script type="module">`? Please refer to our [using Bootstrap as a module]({{< docsref "/getting-started/javascript#using-bootstrap-as-a-module" >}}) section.
8481

8582
## JS components
8683

87-
Curious which components explicitly require our JavaScript and Popper? Click the show components link below. If you're at all unsure about the general page structure, keep reading for an example page template.
84+
Curious which components explicitly require our JavaScript and Popper? If you're at all unsure about the general page structure, keep reading for an example page template.
8885

89-
<details>
90-
<summary class="bd-summary-link mb-3">Show components requiring JavaScript</summary>
91-
{{< markdown >}}
9286
- Alerts for dismissing
9387
- Buttons for toggling states and checkbox/radio functionality
9488
- Carousel for all slide behaviors, controls, and indicators
@@ -101,8 +95,6 @@ Curious which components explicitly require our JavaScript and Popper? Click the
10195
- Scrollspy for scroll behavior and navigation updates
10296
- Toasts for displaying and dismissing
10397
- Tooltips and popovers for displaying and positioning (also requires [Popper](https://popper.js.org/))
104-
{{< /markdown >}}
105-
</details>
10698

10799
## Important globals
108100

0 commit comments

Comments
 (0)