From 23ed09db5c2ab2370799113a154067daeee3af69 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Wed, 26 May 2021 10:32:58 -0500 Subject: [PATCH] Change `productVersions` to `versions` in content templates --- contributing/content-templates.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/contributing/content-templates.md b/contributing/content-templates.md index dda445b3a5..e5aa8d4693 100644 --- a/contributing/content-templates.md +++ b/contributing/content-templates.md @@ -18,13 +18,13 @@ Use the [content model](/contributing/content-model.md#conceptual) for full inst title: About [subject] intro: 'Article intro. See tips for a great intro below.' product: '{{ optional product callout }}' -productVersions: +versions: --- - + ### A section here @@ -53,13 +53,13 @@ Use the [content model](https://github.com/github/docs/blob/main/contributing/co title: Nouns describing your subject intro: 'Article intro. See tips for a great intro below.' product: '{{ optional product callout }}' -productVersions: +versions: --- - + ### A section here @@ -88,13 +88,13 @@ Use the [content model](https://github.com/github/docs/blob/main/contributing/co title: Start with a gerund intro: 'Article intro. See tips for a great intro below.' product: '{{ optional product callout }}' -productVersions: +versions: --- - + ### Procedural section header here @@ -122,11 +122,11 @@ Use the [content model](https://github.com/github/docs/blob/main/contributing/co --- title: Quickstart title intro: 'Article intro. Highlight that the guide is quick and to the point.' -productVersions: +versions: --- - + @@ -172,13 +172,13 @@ Use the [content model](https://github.com/github/docs/blob/main/contributing/co title: Tutorial title intro: 'Article intro. See tips for a great intro below' product: '{{ optional product callout }}' -productVersions: +versions: --- - + ### Introduction @@ -235,7 +235,7 @@ Use the [tutorial content model](hhttps://github.com/github/docs/blob/main/contr title: Guide title intro: 'Article intro. See tips for a great intro below' product: '{{ site.data.reusables.gated-features.actions }}' -productVersions: +versions: --- -``` \ No newline at end of file +```