Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions docs/.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ The [Control Name](API-Link) ...

<!-- Image/Text can show the output of the control/helper -->

## Properties

<!-- Explain all properties in a table format -->

| Property | Type | Description |
| -- | -- | -- |
| A | bool | Description |
| B | int | Description |

<!-- Use <remarks> tag in C# to give more info about a propertie. For more info - https://docs.microsoft.com/dotnet/csharp/programming-guide/xmldoc/remarks -->

## Methods

Expand Down Expand Up @@ -96,7 +86,7 @@ The [Control Name](API-Link) ...

## Requirements

| Device family | Universal, MinVersion or higher |
| Device family | Universal, MinVersion 10.0.17763 or higher |
| -- | -- |
| Namespace | |
| NuGet package | [NuGet package](NuGet-package-link) |
Expand Down