diff --git a/packages/clay-panel/docs/markup-panel.md b/packages/clay-panel/docs/markup-panel.md
index fab210cdad..5206cc694c 100644
--- a/packages/clay-panel/docs/markup-panel.md
+++ b/packages/clay-panel/docs/markup-panel.md
@@ -8,6 +8,8 @@ mainTabURL: 'docs/components/panel.html'
- [Basic Usage](#css-basic-usage)
+ - [Secondary](#css-panel-secondary)
+ - [Unstyled](#css-panel-unstyled)
- [Collapsible](#css-collapsible)
- [Groups](#css-groups)
- [With Sheets](#css-with-sheets)
@@ -19,14 +21,14 @@ mainTabURL: 'docs/components/panel.html'
## Basic Usage(#css-basic-usage)
```html
@@ -40,18 +42,66 @@ mainTabURL: 'docs/components/panel.html'
```
+### Secondary(#css-panel-secondary)
+
+
+
+```html
+
+```
+
+### Unstyled(#css-panel-unstyled)
+
+
+
+```html
+
+```
+
## Collapsible(#css-collapsible)
Collapsable panels provide you with the ability to expand and collapse content as needed. They can simplify the interface by hiding content until it is needed.
+
+ This page uses Bootstrap's collapse plugin which requires JQuery. Liferay 7.4 no longer includes JQuery by default. We have included a standalone collapse plugin in 7.4, just replace the attribute data-toggle="collapse"
with data-toggle="liferay-collapse"
on the trigger.
+
+