Skip to content

Commit dc3c5c1

Browse files
committed
Landing: Added extra doc to exampleSite
1 parent 40bf3e5 commit dc3c5c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exampleSite/content/test-product/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ title: Test pages
44
weight: 100
55
hasCustomContent: true
66
---
7+
<!-- <card-layout> - Available params: title (string)-->
78
{{< card-layout >}}
9+
<!-- <card-section> - Available params: title (string), showAsCards (boolean) -->
810
<!-- If there is no "title" for <card-section>, it is implied it is the main content section and not a new content section -->
911
{{< card-section >}}
1012
{{< card title="Call Out usages" >}}
13+
<!-- <card> - Available params: title (string), titleUrl (string, relative path or absolute URL (e.g. https://google.com)), icon (string, relative path) -->
1114
Examples for call-out shortcode
1215
{{</ card >}}
1316
{{< card title="Code Block usages" >}}

0 commit comments

Comments
 (0)