Skip to content

Commit 6a7e6ee

Browse files
committed
updated doc links
1 parent 6ca0b1b commit 6a7e6ee

File tree

6 files changed

+27
-7
lines changed

6 files changed

+27
-7
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PR has to be validated by at least two core members before being merged.
4747
Once merged, you can get a pre-release package of the toolkit by adding this ([Nuget repo](https://dotnet.myget.org/F/uwpcommunitytoolkit/api/v3/index.json) | [Gallery](https://dotnet.myget.org/gallery/uwpcommunitytoolkit)) to your Visual Studio.
4848

4949
### What about the t-shirt?
50-
Did your contribute but didin't get the t-shirt? Then make sure to fill out [this form](https://1drv.ms/xs/s!AjZLNGpIZBbgr7ZvtqjV-LcgdRcc7A).
50+
Did your contribute but didn't get the t-shirt? Then make sure to fill out [this form](https://1drv.ms/xs/s!AjZLNGpIZBbgr7ZvtqjV-LcgdRcc7A).
5151

5252
## <a name="xaml"></a> Quality assurance for pull requests for XAML controls
5353
We encourage developers to follow the following guidances when submitting pull requests for controls:

docs/Getting-Started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The toolkit is available as NuGet packages that can be added to any existing or
1212

1313
1. Download [Visual Studio 2017](https://developer.microsoft.com/en-us/windows/downloads) and ensure you choose the **Universal Windows Platform development** Workload in the Visual Studio installer.
1414

15-
> Note: Visual Studio 2015 is not supported with the UWP Community Toolkit 2.0 or higher
15+
> [!NOTE]
16+
Visual Studio 2015 is not supported with the UWP Community Toolkit 2.0 or higher
1617

1718
2. Open an existing project, or create a new project using the Blank App template under Visual C# -> Windows -> Universal. **Important**: Build 14393 or higher is supported by current version of the Toolkit.
1819

@@ -39,8 +40,6 @@ The toolkit is available as NuGet packages that can be added to any existing or
3940

4041
## Other Resources
4142

42-
Adding the [UI controls to the Visual Studio Toolbox](Toolbox-Support.md) explains deeper integration with Visual Studio.
43-
4443
Download the [UWP Community Toolkit Sample App](http://aka.ms/uwptoolkitapp) from the Windows store to see the controls in an actual app.
4544

4645
We recommend developers new to UWP visit the [Getting Started with UWP Development](https://developer.microsoft.com/en-us/windows/getstarted) pages on the Developer portal.

docs/Toolbox-Support.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ description: Adding the UWP Community Toolkit to your Visual Studio Toolbox simp
66
keywords: windows 10, uwp, uwp community toolkit, uwp toolkit, visual studio, toolbox
77
---
88

9-
# Adding the UWP Community Toolkit to your Visual Studio Toolbox
9+
> [!NOTE]
10+
Starting with version 2.1, the UWP Community Toolkit controls will be automatically available in the Visual Studio Toolbox as soon as the NuGet package is installed.
11+
12+
# Adding the UWP Community Toolkit to your Visual Studio Toolbox (for version 2.0 or below)
1013

1114
Add the UWP Community Toolkit controls into the Visual Studio toolbox by following these steps:
1215

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ms.technology": "uwp toolkit",
4242
"keywords": "uwp community toolkit",
4343
"ms.author": "nikolame",
44-
"ms.date": "08/30/2017",
44+
"ms.date": "11/22/2017",
4545
"breadcrumb_path": "/windows/uwpcommunitytoolkit/breadcrumb/toc.json",
4646
"extendBreadcrumb": true
4747
},

docs/toc.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
# Animations
99
## [AnimationSet](animations/AnimationSet.md)
1010
## [Blur](animations/Blur.md)
11+
## [Composition Animations](animations/CompositionAnimations.md)
12+
## [Connected Animations](animations/ConnectedAnimations.md)
1113
## [ExpressionBuilder](animations/Expressions.md)
1214
## [Fade](animations/Fade.md)
1315
## [FadeHeader](animations/FadeHeader.md)
16+
## [Implicit Animations](animations/ImplicitAnimations.md)
1417
## [Light](animations/Light.md)
1518
## [Offset](animations/Offset.md)
1619
## [ParallaxService](animations/ParallaxService.md)
@@ -23,10 +26,13 @@
2326
## [AdaptiveGridView](controls/AdaptiveGridView.md)
2427
## [Blade](controls/BladeView.md)
2528
## [Carousel](controls/Carousel.md)
29+
## [DockPanel](controls/DockPanel.md)
2630
## [DropShadowPanel Control](controls/DropShadowPanel.md)
2731
## [Expander Control](controls/Expander.md)
2832
## [GridSplitter](controls/GridSplitter.md)
2933
## [HamburgerMenu](controls/HamburgerMenu.md)
34+
## [HeaderedContentControl](controls/HeaderedContentControl.md)
35+
## [HeaderedItemsControl](controls/HeaderedItemsControl.md)
3036
## [HeaderedTextBlock](controls/HeaderedTextBlock.md)
3137
## [ImageEx](controls/ImageEx.md)
3238
## [InAppNotification](controls/InAppNotification.md)
@@ -54,15 +60,18 @@
5460
## [Hyperlink](extensions/Hyperlink.md)
5561
## [ListViewBase](extensions/ListViewBase.md)
5662
## [Logical Tree](extensions/LogicalTree.md)
63+
## [Mouse Cursor](extensions/MouseCursor.md)
5764
## [SurfaceDialTextboxHelper](extensions/SurfaceDialTextboxHelper.md)
5865
## [TextBoxMask](extensions/TextBoxMask.md)
5966
## [TextBoxRegex](extensions/TextBoxRegex.md)
6067
## [ViewExtensions](extensions/ViewExtensions.md)
68+
## [Visual Layer Extensions](extensions/VisualEx.md)
6169
## [Visual Tree](extensions/VisualTree.md)
6270
## [WebView](extensions/WebView.md)
6371

6472
# Helpers
6573
## [AdvancedCollectionView](helpers/AdvancedCollectionView.md)
74+
## [AppPinManager](helpers/AppPinManager.md)
6675
## [BackgroundTaskHelper](helpers/BackgroundTaskHelper.md)
6776
## [BindableValueHolder](helpers/BindableValueHolder.md)
6877
## [BluetoothLEHelper](helpers/BluetoothLEHelper.md)

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The UWP Community Toolkit is a collection of helper functions, custom controls,
77

88
| Target | Branch | Status | Recommended Nuget packages version |
99
| ------ | ------ | ------ | ------ |
10-
| Production | rel/2.0.0 | [![Build status](https://ci.appveyor.com/api/projects/status/o60lv2tt1nbtklw8/branch/rel/2.0.0?svg=true)](https://ci.appveyor.com/project/dotnetfoundation/uwpcommunitytoolkit/branch/rel/2.0.0) | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Toolkit.Uwp.svg)](https://www.nuget.org/packages/Microsoft.Toolkit.Uwp/) |
10+
| Production | rel/2.1.0 | [![Build status](https://ci.appveyor.com/api/projects/status/o60lv2tt1nbtklw8/branch/rel/2.1.0?svg=true)](https://ci.appveyor.com/project/dotnetfoundation/uwpcommunitytoolkit/branch/rel/2.1.0) | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Toolkit.Uwp.svg)](https://www.nuget.org/packages/Microsoft.Toolkit.Uwp/) |
1111
| Pre-release beta testing | master | [![Build status](https://ci.appveyor.com/api/projects/status/o60lv2tt1nbtklw8/branch/master?svg=true)](https://ci.appveyor.com/project/dotnetfoundation/uwpcommunitytoolkit/branch/master) | [![MyGet](https://img.shields.io/dotnet.myget/uwpcommunitytoolkit/vpre/Microsoft.Toolkit.Uwp.svg)](https://dotnet.myget.org/gallery/uwpcommunitytoolkit) |
1212

1313
## Getting started
@@ -53,9 +53,12 @@ Once you search you should see a list similar to the one below (versions may be
5353
### Animations
5454

5555
* [Blur](http://docs.uwpcommunitytoolkit.com/en/master/animations/Blur/)
56+
* [Composition Animations](http://docs.uwpcommunitytoolkit.com/en/master/animations/CompositionAnimations/)
57+
* [Connected Animations](http://docs.uwpcommunitytoolkit.com/en/master/animations/ConnectedAnimations/)
5658
* [ExpressionBuilder](http://docs.uwpcommunitytoolkit.com/en/master/animations/Expressions/)
5759
* [Fade](http://docs.uwpcommunitytoolkit.com/en/master/animations/Fade/)
5860
* [FadeHeader](http://docs.uwpcommunitytoolkit.com/en/master/animations/FadeHeader/)
61+
* [Implicit Animations](http://docs.uwpcommunitytoolkit.com/en/master/animations/ImplicitAnimations/)
5962
* [Light](http://docs.uwpcommunitytoolkit.com/en/master/animations/Light/)
6063
* [Offset](http://docs.uwpcommunitytoolkit.com/en/master/animations/Offset/)
6164
* [ParallaxService](http://docs.uwpcommunitytoolkit.com/en/master/animations/ParallaxService/)
@@ -69,10 +72,13 @@ Once you search you should see a list similar to the one below (versions may be
6972
* [AdaptiveGridView](http://docs.uwpcommunitytoolkit.com/en/master/controls/AdaptiveGridView/)
7073
* [BladeView](http://docs.uwpcommunitytoolkit.com/en/master/controls/BladeView/)
7174
* [Carousel](http://docs.uwpcommunitytoolkit.com/en/master/controls/Carousel/)
75+
* [DockPanel](http://docs.uwpcommunitytoolkit.com/en/master/controls/DockPanel/)
7276
* [DropShadowPanel](http://docs.uwpcommunitytoolkit.com/en/master/controls/DropShadowPanel/)
7377
* [Expander](http://docs.uwpcommunitytoolkit.com/en/master/controls/Expander/)
7478
* [GridSplitter](http://docs.uwpcommunitytoolkit.com/en/master/controls/GridSplitter/)
7579
* [HamburgerMenu](http://docs.uwpcommunitytoolkit.com/en/master/controls/HamburgerMenu/)
80+
* [HeaderedContentControl](http://docs.uwpcommunitytoolkit.com/en/master/controls/HeaderedContentControl/)
81+
* [HeaderedItemsControl](http://docs.uwpcommunitytoolkit.com/en/master/controls/HeaderedItemsControl/)
7682
* [HeaderedTextBlock](http://docs.uwpcommunitytoolkit.com/en/master/controls/HeaderedTextBlock/)
7783
* [ImageEx](http://docs.uwpcommunitytoolkit.com/en/master/controls/ImageEx/)
7884
* [InAppNotification](http://docs.uwpcommunitytoolkit.com/en/master/controls/InAppNotification/)
@@ -100,15 +106,18 @@ Once you search you should see a list similar to the one below (versions may be
100106
* [Hyperlink](http://docs.uwpcommunitytoolkit.com/en/master/extensions/Hyperlink/)
101107
* [ListViewBase](http://docs.uwpcommunitytoolkit.com/en/master/extensions/ListViewBase/)
102108
* [LogicalTree](http://docs.uwpcommunitytoolkit.com/en/master/extensions/LogicalTree/)
109+
* [MouseCursor](http://docs.uwpcommunitytoolkit.com/en/master/extensions/MouseCursor/)
103110
* [SurfaceDialTextbox](http://docs.uwpcommunitytoolkit.com/en/master/extensions/SurfaceDialTextboxHelper/)
104111
* [TextBoxMask](http://docs.uwpcommunitytoolkit.com/en/master/extensions/TextBoxMask/)
105112
* [TextBoxRegex](http://docs.uwpcommunitytoolkit.com/en/master/extensions/TextBoxRegex/)
106113
* [ViewExtensions](http://docs.uwpcommunitytoolkit.com/en/master/extensions/ViewExtensions/)
114+
* [VisualEx](http://docs.uwpcommunitytoolkit.com/en/master/extensions/VisualEx/)
107115
* [VisualTree](http://docs.uwpcommunitytoolkit.com/en/master/extensions/VisualTree/)
108116
* [WebView](http://docs.uwpcommunitytoolkit.com/en/master/extensions/WebView/)
109117

110118
### Code Helpers
111119
* [AdvancedCollectionView](http://docs.uwpcommunitytoolkit.com/en/master/helpers/AdvancedCollectionView/)
120+
* [AppPinManager](http://docs.uwpcommunitytoolkit.com/en/master/helpers/AppPinManager/)
112121
* [BackgroundTaskHelper](http://docs.uwpcommunitytoolkit.com/en/master/helpers/BackgroundTaskHelper/)
113122
* [BindableValueHolder](http://docs.uwpcommunitytoolkit.com/en/master/helpers/BindableValueHolder/)
114123
* [BluetoothLEHelper](http://docs.uwpcommunitytoolkit.com/en/master/helpers/BluetoothLEHelper/)

0 commit comments

Comments
 (0)