Skip to content

Commit 5cb4658

Browse files
authored
Merge pull request #184 from FritzAndFriends/dev
Adding docs entries to home page and updating the published docs with correct links
2 parents 1e4220b + 0169e9a commit 5cb4658

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A collection of Blazor components that emulate the web forms components of the same name
44

5-
[![Build status](https://dev.azure.com/FritzAndFriends/BlazorWebFormsComponents/_apis/build/status/BlazorWebFormsComponents-.NET%20Standard-CI)](https://dev.azure.com/FritzAndFriends/BlazorWebFormsComponents/_build/latest?definitionId=14) [![Join the chat at https://gitter.im/BlazorWebFormsComponents/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BlazorWebFormsComponents/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5+
[![Build status](https://dev.azure.com/FritzAndFriends/BlazorWebFormsComponents/_apis/build/status/BlazorWebFormsComponents-.NET%20Standard-CI)](https://dev.azure.com/FritzAndFriends/BlazorWebFormsComponents/_build/latest?definitionId=14) [![Join the chat at https://gitter.im/BlazorWebFormsComponents/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BlazorWebFormsComponents/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![docs](https://github.com/FritzAndFriends/BlazorWebFormsComponents/workflows/docs/badge.svg)
66

77
[![Nuget](https://img.shields.io/nuget/v/Fritz.BlazorWebFormsComponents?color=violet)](https://www.nuget.org/packages/Fritz.BlazorWebFormsComponents/) [![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Fritz.BlazorWebFormsComponents)](https://www.nuget.org/packages/Fritz.BlazorWebFormsComponents/) [![Live Sample](https://img.shields.io/badge/-Live%20Sample-purple)](https://blazorwebformscomponents.azurewebsites.net)
88

@@ -12,7 +12,7 @@ We believe that Web Forms applications that have been well maintained and provid
1212

1313
This is not for everyone, not everyone needs to migrate their application. They can continue being supported as Web Forms for a very long time (2029 EOL at the time of this writing) and the applications that are considered for migration to Blazor may be better suited with a complete re-write. For those applications that need to be migrated, this library should help make that process simpler by providing components with the same names, markup, and functionality as previously available.
1414

15-
[Get started with your migration, steps ahead, and strategy documentation](docs/Migration/readme.md) for various controls and tools used are available. Live versions of these components are availalbe on the [Live Samples website](https://blazorwebformscomponents.azurewebsites.net)
15+
[Documentation is available online](https://fritzandfriends.github.io/BlazorWebFormsComponents/). [Get started with your migration, steps ahead, and strategy documentation](docs/Migration/readme.md) for various controls and tools used are available. Live versions of these components are availalbe on the [Live Samples website](https://blazorwebformscomponents.azurewebsites.net)
1616

1717
Portions of the [original .NET Framework](https://github.com/microsoft/referencesource) are contributed to this project under their MIT license.
1818

@@ -21,35 +21,35 @@ Portions of the [original .NET Framework](https://github.com/microsoft/reference
2121
There are a significant number of controls in ASP.NET Web Forms, and we will focus on creating components in the following order:
2222

2323
- Editor Controls
24-
- [AdRotator](docs/AdRotator.md)
25-
- [Button](docs/Button.md)
26-
- [HiddenField](docs/HiddenField.md)
27-
- [HyperLink](docs/HyperLink.md)
28-
- [Image](docs/Image.md)
29-
- [ImageButton](docs/ImageButton.md)
30-
- [Label](docs/Label.md)
31-
- [LinkButton](docs/LinkButton.md)
32-
- [Literal](docs/Literal.md)
24+
- [AdRotator](docs/EditorControls/AdRotator.md)
25+
- [Button](docs/EditorControls/Button.md)
26+
- [HiddenField](docs/EditorControls/HiddenField.md)
27+
- [HyperLink](docs/EditorControls/HyperLink.md)
28+
- [Image](docs/EditorControls/Image.md)
29+
- [ImageButton](docs/EditorControls/ImageButton.md)
30+
- [Label](docs/EditorControls/Label.md)
31+
- [LinkButton](docs/EditorControls/LinkButton.md)
32+
- [Literal](docs/EditorControls/Literal.md)
3333
- Data Controls
3434
- Chart(?)
35-
- [DataList](docs/DataList.md)
35+
- [DataList](docs/DataControls/DataList.md)
3636
- DataPager
3737
- DetailsView
38-
- [FormView](docs/FormView.md)
39-
- [GridView](docs/GridView.md)
40-
- [ListView](docs/ListView.md)
41-
- [Repeater](docs/Repeater.md)
38+
- [FormView](docs/DataControls/FormView.md)
39+
- [GridView](docs/DataControls/GridView.md)
40+
- [ListView](docs/DataControls/ListView.md)
41+
- [Repeater](docs/DataControls/Repeater.md)
4242
- Validation Controls
4343
- CompareValidator
44-
- [CustomValidator](docs/CustomValidator.md)
44+
- [CustomValidator](docs/ValidationControls/CustomValidator.md)
4545
- RangeValidator
46-
- [RegularExpressionValidator](docs/RegularExpressionValidator.md)
47-
- [RequiredFieldValidator](docs/RequiredFieldValidator.md)
48-
- [ValidationSummary](docs/ValidationSummary.md)
46+
- [RegularExpressionValidator](docs/ValidationControls/RegularExpressionValidator.md)
47+
- [RequiredFieldValidator](docs/ValidationControls/RequiredFieldValidator.md)
48+
- [ValidationSummary](docs/ValidationControls/ValidationSummary.md)
4949
- Navigation Controls
5050
- Menu
5151
- SiteMapPath
52-
- [TreeView](docs/TreeView.md)
52+
- [TreeView](docs/NavigationControls/TreeView.md)
5353
- Login Controls
5454
- ChangePassword
5555
- Login
@@ -64,8 +64,8 @@ We will NOT be converting any DataSource objects, Wizard components, skins or th
6464

6565
There are a handful of features that augment the ASP<span></span>.NET development experience that are made available as part of this project in order to support migration efforts. Importantly, these features are NOT implemented the same way that they are in Web Forms, but rather have the same API and behave in a proper Blazor fashion. These features include:
6666

67-
- [DataBinder](docs/Databinder.md)
68-
- [ViewState](docs/ViewState.md)
67+
- [DataBinder](docs/UtilityFeatures/Databinder.md)
68+
- [ViewState](docs/UtilityFeatures/ViewState.md)
6969

7070
## Compiling the project
7171

version.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.8.0-preview1",
2+
"version": "0.8.0-preview2",
43
"publicReleaseRefSpec": [
54
"^refs/heads/master$",
65
"^refs/heads/v\\d+(?:\\.\\d+)?$"

0 commit comments

Comments
 (0)