Skip to content

Commit afb4228

Browse files
delete docs (#249)
1 parent e814943 commit afb4228

15 files changed

+4
-678
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# System.Web adapters for ASP.NET Core
1+
# `System.Web` adapters for ASP.NET Core
22

33
This project provides a collection of adapters that help migrating from `System.Web.dll` based ASP.NET projects to ASP.NET Core projects. The adapters currently include:
44

@@ -7,15 +7,15 @@ This project provides a collection of adapters that help migrating from `System.
77
- `Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices`: Support for adding services to ASP.NET Framework applications to enable migration efforts
88
- `Microsoft.AspNetCore.SystemWebAdapters.Abstractions`: A collection of abstractions shared between the ASP.NET Core and .NET Framework implementations, such as session serialization interfaces.
99

10-
These adapters help enable large scale, incremental migration from ASP.NET to ASP.NET Core. For more details on incremental migration from ASP.NET to ASP.NET Core, please see the [documentation](docs).
10+
These adapters help enable large scale, incremental migration from ASP.NET to ASP.NET Core. For more details on incremental migration from ASP.NET to ASP.NET Core, see [Incremental ASP.NET to ASP.NET Core Migration](https://learn.microsoft.com/aspnet/core/migration/inc/overview).
1111

1212
## Get started
1313

14-
Use the [Getting Started](docs/getting_started.md) guide in the docs to start using the System.Web adapters as part of an incremental migration from ASP.NET to ASP.NET Core.
14+
Use the [Get started with incremental ASP.NET to ASP.NET Core migration](https://learn.microsoft.com/en-us/aspnet/core/migration/inc/start) guide in the docs to start using the `System.Web` adapters as part of an incremental migration from ASP.NET to ASP.NET Core.
1515

1616
## Set up
1717

18-
Below are the steps needed to start using the System.Web adapters with your ASP.NET project:
18+
The following steps are needed to use the `System.Web` adapters with an ASP.NET project:
1919

2020
1. *Optional for nightly adapter builds*: Set up `NuGet.config` to point to the CI feed:
2121
```xml

docs/README.md

-86
This file was deleted.

docs/adapters.md

-51
This file was deleted.

docs/core.md

-45
This file was deleted.

docs/framework.md

-49
This file was deleted.

docs/getting_started.md

-48
This file was deleted.

docs/images/migrate_menu.png

-23.8 KB
Binary file not shown.

docs/images/migrate_options.png

-8.17 KB
Binary file not shown.

docs/images/migrate_wizard.png

-10.1 KB
Binary file not shown.

docs/remote-app-setup.md

-49
This file was deleted.

0 commit comments

Comments
 (0)