Sha256: 8e87d8a7fa41abb70e81d65482b3b6a4f5900b25ae60031aebff16458b89f4b5
Contents?: true
Size: 728 Bytes
Versions: 58
Compression:
Stored size: 728 Bytes
Contents
<table class="table is-hoverable"> <thead> <tr> <th class="is-narrow">Option name</th> <th>Description</th> <th class="is-narrow">Type</th> <th class="is-narrow">Default value</th> </tr> </thead> <tbody> {{ range .Site.Data.options }} <tr> <td class="is-narrow has-background-light">{{ .name }}</td> <td class="has-text-grey">{{ .description | $.Page.RenderString }}</td> {{ if .type }} <td class="is-narrow">{{ .type | $.Page.RenderString }}</td> {{ end }} <td class="is-narrow"><code>{{ .value }}</code></td> </tr> {{ end }} </tbody> </table>
Version data entries
58 entries across 58 versions & 1 rubygems