aboutsummaryrefslogtreecommitdiff
path: root/docs/components/alerts.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 23:01:14 -0700
committerMark Otto <[email protected]>2017-05-27 23:01:14 -0700
commitc72cc98bd56fb50259c84a1fced38751009eb930 (patch)
treef4da17ed9826234724c2db48421e744c003b9e1c /docs/components/alerts.md
parent5a3a356651f9ed0302ec4e4b629f1974caf26bc0 (diff)
downloadbootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.tar.xz
bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.zip
update components docs
Diffstat (limited to 'docs/components/alerts.md')
-rw-r--r--docs/components/alerts.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/components/alerts.md b/docs/components/alerts.md
index dae4ec7d3..3acfd2a79 100644
--- a/docs/components/alerts.md
+++ b/docs/components/alerts.md
@@ -3,15 +3,9 @@ layout: docs
title: Alerts
description: Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
group: components
+toc: true
---
-Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
-
-## Contents
-
-* Will be replaced with the ToC, excluding the "Contents" header
-{:toc}
-
## Examples
Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the four **required** contextual classes (e.g., `.alert-success`). For inline dismissal, use the [alerts jQuery plugin](#dismissing).