We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb6b1d commit a394488Copy full SHA for a394488
1 file changed
content/collections/reference/configuration.md
@@ -186,15 +186,15 @@ The dataset section configures how datasets are published. Datasets can be publi
186
name="dataset.title"
187
type="string"
188
description="Title of the dataset."
189
- default="sandbox"
+ example="Contrib collection dataset"
190
required=true
191
/>}}
192
193
{{< refItem
194
name="dataset.versionsRepositoryURL"
195
196
description="Repository URL for dataset releases. Also used to generate the dataset README."
197
- default="https://github.com/OpenTermsArchive/sandbox"
+ example="https://github.com/OpenTermsArchive/contrib-versions"
198
199
200
0 commit comments