diff --git a/docs/layouts/_shortcodes/class-options.html b/docs/layouts/_shortcodes/class-options.html index 1282298af..197c25500 100644 --- a/docs/layouts/_shortcodes/class-options.html +++ b/docs/layouts/_shortcodes/class-options.html @@ -31,32 +31,46 @@ {{ if and $data $data.options }}
- - - - - - - - - - - {{ range $data.options }} - - - - - - - {{ end }} - -
ParameterTypeDescriptionDefault Value
{{ .parameterName }}{{ .type }}{{ .description | markdownify }} - {{ if .defaultValue }} - {{ .defaultValue }} - {{ else }} - Not specified - {{ end }} -
+ +
+
Parameter
+
Type
+
Description
+
Default Value
+
+ + + {{ range $data.options }} +
+ +
+
Parameter:
+ {{ .parameterName }} +
+ + +
+
Type:
+ {{ .type }} +
+ + +
+
Description:
+
{{ .description | markdownify }}
+
+ + +
+
Default Value:
+ {{ if .defaultValue }} + {{ .defaultValue }} + {{ else }} + Not specified + {{ end }} +
+
+ {{ end }}
{{ else if not $dataFile }}