|
21 | 21 | # This should make it easy to add new rules without breaking existing ones.
|
22 | 22 |
|
23 | 23 | ######## API landing page ###########
|
24 |
| -/api/ @dotnet/docs |
| 24 | +/api/ @gewarren @dotnet/docs |
| 25 | + |
| 26 | +######## Includes files ########### |
| 27 | +/includes/ @dotnet/docs |
25 | 28 |
|
26 | 29 | ############ What's new ###############
|
27 | 30 | /docs/whats-new/ @billwagner @dotnet/docs
|
|
30 | 33 | # .NET Core
|
31 | 34 | /docs/core/ @dotnet/docs
|
32 | 35 |
|
| 36 | +# .NET fundamentals |
| 37 | +/docs/fundamentals/ @dotnet/docs |
| 38 | + |
33 | 39 | # .NET Framework
|
34 | 40 | /docs/framework/ @dotnet/docs
|
35 | 41 |
|
|
54 | 60 | # .NET Orleans
|
55 | 61 | /docs/orleans/ @IEvangelist @dotnet/docs
|
56 | 62 |
|
| 63 | +# IoT Guide |
| 64 | +/docs/iot/ @CamSoper @dotnet/docs |
| 65 | + |
| 66 | +############### AI ################ |
| 67 | + |
| 68 | +/docs/ai/ @gewarren @alexwolfmsft @dotnet/docs |
| 69 | + |
57 | 70 | ############### Azure ################
|
58 | 71 |
|
59 | 72 | # Azure Guide
|
|
80 | 93 | /docs/azure/sdk/thread-safety.md @annelo-msft @christothes @JoshLove-msft @KrzysztofCwalina @jsquire @alexwolfmsft @CamSoper @scottaddie @dotnet/docs
|
81 | 94 | /docs/azure/sdk/unit-testing-mocking.md @annelo-msft @christothes @JoshLove-msft @KrzysztofCwalina @jsquire @alexwolfmsft @CamSoper @scottaddie @dotnet/docs
|
82 | 95 |
|
83 |
| -# IoT Guide |
84 |
| -/docs/iot/ @CamSoper @dotnet/docs |
85 |
| - |
86 |
| -# Includes files |
87 |
| -/includes/ @dotnet/docs |
88 |
| - |
89 |
| -############### .NET 5 ################ |
| 96 | +############### Fundamentals ################ |
90 | 97 |
|
91 | 98 | # Code analysis
|
92 | 99 | /docs/fundamentals/code-analysis/ @gewarren @dotnet/docs
|
93 | 100 |
|
94 | 101 | ############### .NET Core ########################
|
95 |
| -# What's New |
96 |
| -/docs/core/whats-new/ @camsoper @dotnet/docs |
| 102 | +# Breaking changes |
| 103 | +/docs/core/compatibility/ @camsoper @dotnet/docs |
| 104 | +# Containers |
| 105 | +/docs/core/containers/ @camsoper @dotnet/docs |
97 | 106 | # Deployment
|
98 | 107 | /docs/core/deploying/ @adegeo @dotnet/docs
|
99 | 108 | # Diagnostics
|
100 | 109 | /docs/core/diagnostics/ @tommcdon @dotnet/docs
|
101 |
| -# Extensions |
102 |
| -/docs/core/extensions/ @IEvangelist @dotnet/docs |
103 | 110 | # Docker
|
104 | 111 | /docs/core/docker/ @IEvangelist @dotnet/docs
|
| 112 | +# Extensions |
| 113 | +/docs/core/extensions/ @IEvangelist @dotnet/docs |
105 | 114 | # Install
|
106 | 115 | /docs/core/install/ @adegeo @dotnet/docs
|
107 |
| -# Breaking changes |
108 |
| -/docs/core/compatibility/ @camsoper @dotnet/docs |
109 | 116 | # Project SDKs
|
110 | 117 | /docs/core/project-sdk/ @gewarren @dotnet/docs
|
111 | 118 | # Config settings
|
|
116 | 123 | /docs/core/tools/ @tdykstra @dotnet/docs
|
117 | 124 | # Tutorials
|
118 | 125 | /docs/core/tutorials/ @tdykstra @dotnet/docs
|
| 126 | +# What's new |
| 127 | +/docs/core/whats-new/ @camsoper @dotnet/docs |
119 | 128 |
|
120 | 129 | ################### .NET Framework ##################
|
121 | 130 | # App domains
|
|
222 | 231 |
|
223 | 232 | ## These have been pulled directly from the samples repo:
|
224 | 233 |
|
| 234 | +# C# snippets: |
225 | 235 | /samples/snippets/csharp/ @BillWagner @IEvangelist @dotnet/docs
|
226 | 236 | # Visual Basic snippets:
|
227 | 237 | /samples/snippets/visualbasic/ @BillWagner @dotnet/docs
|
|
0 commit comments