Sha256: d6660c83983230f07dffbe3bf25d6e761da424ef6ec972232a33d5d5241f2144
Contents?: true
Size: 523 Bytes
Versions: 58
Compression:
Stored size: 523 Bytes
Contents
<table class="table is-hoverable"> <thead> <tr> <th class="is-narrow">Variable name</th> <th>Description</th> <th class="is-narrow">Default value</th> </tr> </thead> <tbody> {{ range .Site.Data.variables }} <tr> <td class="is-narrow">{{ .name }}</td> <td>{{ .description | $.Page.RenderString }}</td> <td class="is-narrow"><code>{{ .value }}</code></td> </tr> {{ end }} </tbody> </table>
Version data entries
58 entries across 58 versions & 1 rubygems