We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc59d3 commit 02281caCopy full SHA for 02281ca
config/_default/params.toml
@@ -121,6 +121,20 @@
121
footer = "none"
122
orientation = "stacked"
123
homepage = 3
124
+ [sections.benchmarks]
125
+ title = "Get started with basic examples"
126
+ layout = "card"
127
+ sort = "date"
128
+ reverse = true
129
+ background = ""
130
+ color = "body-tertiary"
131
+ style = "border-0 shadow" # card-body-margin" # card-zoom
132
+ cols = 3
133
+ padding = "3"
134
+ header = "tags"
135
+ footer = "none"
136
+ orientation = "stacked"
137
+ homepage = 3
138
# toml-docs-end sections
139
[sections.docs]
140
title = "Components"
0 commit comments