Skip to content

Commit 6cb9904

Browse files
BillWagnerkatiesavagegewarren
authored
Reorganize the C# Guide around a new C# hub page (#39916)
* move specification content Create a new TOC for the specification. Move content to be displayed there. Create spec landing page * Create landing page for C# lang reference Create a landing page for the C# language reference. Create a new TOC for the reference only. Remove or update links to the old landing page to point at the new page. * Incorporate compiler messages into reference * First Hub page draft * remove temporary links * C# hub page, take 2 * Update what's new link * move links * review pass for the hub * Try some dotnet-bot images. * update C# dev kit link for VS Code. * Apply suggestions from code review Co-authored-by: Katie Savage <[email protected]> * respond to feedback. * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Katie Savage <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
1 parent a7a97c0 commit 6cb9904

File tree

134 files changed

+3404
-2906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+3404
-2906
lines changed

.openpublishing.redirection.csharp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,10 @@
13281328
"source_path_from_root": "/docs/csharp/language-reference/proposals/csharp-11.0/index.md",
13291329
"redirect_url": "/dotnet/csharp/language-reference/proposals/csharp-11.0/static-abstracts-in-interfaces"
13301330
},
1331+
{
1332+
"source_path_from_root": "/docs/csharp/language-reference/specifications.md",
1333+
"redirect_url": "/dotnet/csharp/specifications"
1334+
},
13311335
{
13321336
"source_path_from_root": "/docs/csharp/linq/create-a-nested-group.md",
13331337
"redirect_url": "/dotnet/csharp/linq/standard-query-operators/grouping-data"

docs/csharp/fundamentals/exceptions/exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ For more information, see [Exceptions](~/_csharpstandard/standard/exceptions.md)
6161

6262
## See also
6363

64-
- [C# reference](../../language-reference/index.md)
64+
- [C# reference](../../language-reference/index.yml)
6565
- [Exception-handling statements](../../language-reference/statements/exception-handling-statements.md)
6666
- [using statement](../../language-reference/statements/using.md)

0 commit comments

Comments
 (0)