From 8464639b060018864b25ea7f3abdade1508e4a21 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Thu, 8 Dec 2022 14:34:20 -0800 Subject: [PATCH] Add conceptual and overview templates --- docs/templates/conceptual.md | 62 ++++++++++++++++++++++++++++++ docs/templates/overview.md | 74 ++++++++++++++++++++++++++++++++++++ 2 files changed, 136 insertions(+) create mode 100644 docs/templates/conceptual.md create mode 100644 docs/templates/overview.md diff --git a/docs/templates/conceptual.md b/docs/templates/conceptual.md new file mode 100644 index 0000000..a252c61 --- /dev/null +++ b/docs/templates/conceptual.md @@ -0,0 +1,62 @@ +--- +title: #Required; page title is displayed in search results. Include the brand. +description: #Required; article description that is displayed in search results. +author: #Required; your GitHub user alias, with correct capitalization. +ms.author: #Required; microsoft alias of author; optional team alias. +ms.service: #Required; service per approved list. slug assigned by ACOM. +ms.topic: conceptual #Required; leave this attribute/value as-is. +ms.date: #Required; mm/dd/yyyy format. +ms.custom: template-concept #Required; leave this attribute/value as-is. +--- + + + + + +# [H1 heading here] concepts + + + +[add your introductory paragraph] + + + +## [Section 1 heading] + + +## [Section 2 heading] + + +## [Section n heading] + + + + +## Next steps + +- [Write concepts](article-concept.md) +- [Links](../contribute/links-how-to.md) + + \ No newline at end of file diff --git a/docs/templates/overview.md b/docs/templates/overview.md new file mode 100644 index 0000000..daaff7c --- /dev/null +++ b/docs/templates/overview.md @@ -0,0 +1,74 @@ +--- +title: #Required; page title displayed in search results. Include the brand. +description: #Required; article description that is displayed in search results. +author: #Required; your GitHub user alias, with correct capitalization. +ms.author: #Required; microsoft alias of author; optional team alias. +ms.service: #Required; service per approved list. service slug assigned to your service by ACOM. +ms.topic: overview #Required +ms.date: #Required; mm/dd/yyyy format. +--- + + + + + +# overview +TODO: Add your heading + + + +[Introductory paragraph] +TODO: Add your introductory paragraph + + + + + +[Article body] +TODO: Add your article body + + + +## Task heading + + + +## Next steps +TODO: Add your next step link(s) \ No newline at end of file