From 1f2629e2e1fe8108b75af723a4166b115ef1a528 Mon Sep 17 00:00:00 2001 From: Phil Scott Date: Sat, 5 Mar 2022 14:07:53 -0500 Subject: [PATCH] Adding a short template file for new documentation. --- docs/input/DOC_TEMPLATE.md | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 docs/input/DOC_TEMPLATE.md diff --git a/docs/input/DOC_TEMPLATE.md b/docs/input/DOC_TEMPLATE.md new file mode 100644 index 0000000..08b0b1d --- /dev/null +++ b/docs/input/DOC_TEMPLATE.md @@ -0,0 +1,72 @@ +Title: Short title of the Widget being documented. Typically the class name +Order: 99999 +Description: Description of the widget. This will be displayed on social card +Highlights: +- List features. +- These will be used for the social card. +- Keep to three items. +Reference: +- T:Spectre.Console.BarChart +Hidden: true +--- + + + + + + + + + + +## Usage + +### Basic usage + + + +### Additional Styling + + + +### More styling and functions + + \ No newline at end of file