Skip to content

Commit 1f2c63f

Browse files
committed
Remove source generators overview
The cookbook, from the roslyn SDK is a better choice.
1 parent 1700510 commit 1f2c63f

File tree

3 files changed

+4
-151
lines changed

3 files changed

+4
-151
lines changed

.openpublishing.redirection.csharp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4052,6 +4052,10 @@
40524052
"source_path_from_root": "/docs/csharp/roslyn/index.md",
40534053
"redirect_url": "/dotnet/csharp/roslyn-sdk/"
40544054
},
4055+
{
4056+
"source_path_from_root": "/docs/csharp/roslyn-sdk/source-generators-overview.md",
4057+
"redirect_url": "https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.cookbook.md"
4058+
},
40554059
{
40564060
"source_path_from_root": "/docs/csharp/whats-new/tutorials/static-abstract-interface-methods.md",
40574061
"redirect_url": "/dotnet/csharp/whats-new/tutorials/static-virtual-interface-members"

docs/csharp/roslyn-sdk/source-generators-overview.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

docs/csharp/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,6 @@ items:
418418
href: roslyn-sdk/work-with-workspace.md
419419
- name: Explore code with the syntax visualizer
420420
href: roslyn-sdk/syntax-visualizer.md
421-
- name: Source Generators
422-
href: roslyn-sdk/source-generators-overview.md
423421
- name: Choose diagnostic IDs
424422
href: roslyn-sdk/choosing-diagnostic-ids.md
425423
- name: Quick starts

0 commit comments

Comments
 (0)