Skip to content

Commit f319d0f

Browse files
BillWagnergewarrenCam Soper
authored
Add other docs repos in the README (#45341)
* Add other docs repos in the README Our README was out of date as to which repositories are used to build the .NET Documentation Update the list, and add a note that some of the API reference uses the product repository as the source of truth, so the API reference repositories don't accept issues or pull requests. * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> Co-authored-by: Cam Soper <[email protected]> * respond to feedback. --------- Co-authored-by: Genevieve Warren <[email protected]> Co-authored-by: Cam Soper <[email protected]>
1 parent b91801a commit f319d0f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,25 @@
1111

1212
This repository contains the conceptual documentation for .NET. The [.NET documentation site](https://learn.microsoft.com/dotnet) is built from multiple repositories in addition to this one:
1313

14+
- [ASP.NET Core](https://github.com/dotnet/AspNetCore.Docs)
1415
- [.NET Aspire](https://github.com/dotnet/docs-aspire)
1516
- [.NET Desktop workloads](https://github.com/dotnet/docs-desktop)
16-
- [API reference](https://github.com/dotnet/dotnet-api-docs)
17-
- [C# Language design](https://github.com/dotnet/csharplang)
17+
- [.NET MAUI](https://github.com/dotnet/docs-maui)
18+
- [Entity Framework 6/Core](https://github.com/dotnet/EntityFramework.Docs)
19+
- [Community toolkit](https://github.com/MicrosoftDocs/communitytoolkit)
20+
21+
API reference documentation is published from the following repositories. The following reference API repositories are public. Only some accept issues and pull requests, although some folders in `dotnet-api-docs` use the product repository as the source of truth. Others are pass-through repositories because API reference is generated directly from the `///` in the product source.
22+
23+
- [.NET API reference](https://github.com/dotnet/dotnet-api-docs)
24+
- [.NET MAUI API reference](https://github.com/dotnet/maui-api-docs)
25+
- [Android API reference](https://github.com/dotnet/android-api-docs)
26+
- [Entity Framework 6/Core API reference](https://github.com/dotnet/EntityFramework.ApiDocs)
27+
- [Roslyn API reference](https://github.com/dotnet/roslyn-api-docs)
28+
- [Community toolkit API reference](https://github.com/MicrosoftDocs/community-toolkit-api-ref-dotnet)
29+
30+
The C# language specification documentation comes from the following two repositories:
31+
32+
- [C# language design](https://github.com/dotnet/csharplang)
1833
- [C# specification - draft](https://github.com/dotnet/csharpstandard)
1934

2035
Our team's tasks are tracked in our [project boards](https://github.com/dotnet/docs/projects?query=is%3Aopen). You'll see monthly sprint projects, along with long-running projects for major documentation updates. The projects contain documentation issues across the repositories that build .NET docs. Issues are tracked in the relevant repositories. We have a large community using these resources. We make our best effort to respond to issues in a timely fashion. To create a new issue, click the "Open a documentation issue" button at the bottom of any of our published docs, or [choose one of the available templates](https://github.com/dotnet/docs/issues/new/choose). The control at the bottom of each article automatically routes you to the correct repo and fills in some relevant information based on the article.

0 commit comments

Comments
 (0)