diff --git a/docs/about/index.md b/docs/about/index.md new file mode 100644 index 0000000000000..cde944d613b1e --- /dev/null +++ b/docs/about/index.md @@ -0,0 +1,3 @@ +--- +redirect_url: /dotnet/articles/standard/about +--- \ No newline at end of file diff --git a/docs/about/products.md b/docs/about/products.md new file mode 100644 index 0000000000000..01af7cd40ecb4 --- /dev/null +++ b/docs/about/products.md @@ -0,0 +1,3 @@ +--- +redirect_url: /dotnet/articles/standard/components +--- \ No newline at end of file diff --git a/docs/toc.md b/docs/toc.md index 3fdf687c535dd..63cefc9bf3e34 100644 --- a/docs/toc.md +++ b/docs/toc.md @@ -3,6 +3,7 @@ # [.NET Platform Guide](standard/index.md) ## [Getting Started with .NET](standard/getting-started.md) +## [About .NET](standard/about.md) ## [Tour of .NET](standard/tour.md) ## [.NET Architectural Components](standard/components.md) ## [.NET Standard Library](standard/library.md)