diff --git a/docs/Documentation.html b/docs/Documentation.html
deleted file mode 100644
index b8ebbf7e..00000000
--- a/docs/Documentation.html
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
Controls
-
-
Themes
-
-- Windows 7
- Windows 8
- Windows 10 - Plus Edition
- Metro Light - Plus Edition
- Metro Dark - Plus Edition
- Office2007 Blue - Plus Edition
- Office2007 Black - Plus Edition
- Office2007 Silver - Plus Edition
- and more...
-
Themes Usage Instructions
-
Installation and Usage Instructions
-
Please note: The Extended WPF Toolkit is dependent on .NET Framework 4.0. You must install .NET Framework 4.0 in order to use any features in the Toolkit.
-
Instructions for using the Extended WPF Toolkit binaries:
-
-- Install .NET Framework 4.0.
- Download the ExtendedWPFToolkit_Binaries
- Unblock the ZIP file.
-
-- Right-click ExtendedWPFToolkit_Binaries.zip -> Properties -> Unblock
- - Unzip the ExtendedWPFToolkit_Binaries.zip
- Reference the binaries in your project:
-
-- Reference WPFToolkit.Extended.dll in your project (Xceed.Wpf.DataGrid.dll for the datagrid control)
-
- Add a using statement ("using Xceed.Wpf.Toolkit;" for most of the controls, "using Xceed.Wpf.DataGrid;" for the datagrid control) to the top of .cs files
-
- Add a new xmlns (xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" for most of the controls, xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" for the datagrid control) to the top of XAML files
-
- Remember to use the namespace prefix (in the above example, <xctk: ...> or <xcdg: ...>) in the body of your XAML
-
-
-
Installation using NuGet
-
-- Install NuGet (can be downloaded for
-this link).
- Open your Visual Studio.
- Open your solution/project.
- Open Tools menu, select Library Package Manager and select
-Package Manager Console
- Run the following command Install-Package Extended.Wpf.Toolkit
-
-- Add a using statement ("using Xceed.Wpf.Toolkit;" for most of the controls, "using Xceed.Wpf.DataGrid;" for the datagrid control) to the top of .cs files
- - Add a new xmlns (xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" for most of the controls, xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" for the datagrid control) to the top of XAML files
-
- Remember to use the namespace prefix (in the above example, <xctk: ...> or <xcdg: ...>) in the body of your XAML
-
-
-
-
-
![]()
-
\ No newline at end of file
diff --git a/docs/Documentation.md b/docs/Documentation.md
index af7c052f..a3e7a08c 100644
--- a/docs/Documentation.md
+++ b/docs/Documentation.md
@@ -2,7 +2,7 @@
# Controls
-* [AutoSelectTextBox](/wikipage?title=AutoSelectTextBox&referringTitle=Documentation)
+* [AutoSelectTextBox](/docs/AutoSelectTextBox.md)
* [AvalonDock](/wikipage?title=AvalonDock&referringTitle=Documentation)
* [BusyIndicator](/wikipage?title=BusyIndicator&referringTitle=Documentation)
* [ButtonSpinner](/wikipage?title=ButtonSpinner&referringTitle=Documentation)