Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/csharp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ There are seven sections in the C# Guide. You can read them in order, or jump di
* [.NET Compiler Platform SDK](roslyn/index.md):
- The .NET Compiler Platform SDK enables you to write components that analyze code, and suggest or make improvements to that code. In this section, you'll learn how the APIs are organized, and how you can create code that enables rules and practices for your team. You'll also see samples, end to end scenarios, and links to other libraries with more examples using these APIs.

* [Syntax Reference](syntax.md):
* [Language Reference](language-reference/index.md):
- This section contains the reference material on the C# language. This material will help you understand the syntax and semantics of C#.
27 changes: 0 additions & 27 deletions docs/csharp/syntax.md

This file was deleted.

5 changes: 4 additions & 1 deletion docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@
### [🔧 Reflection & code generation](csharp/reflection.md)
### [Documenting your code](csharp/codedoc.md)
## [🔧 Using the .NET Compiler Platform](csharp/roslyn/index.md)
## [🔧 Syntax Reference](csharp/syntax.md)
## [Language Reference](csharp/language-reference/index.md)
<!--
The C# Reference section can be ported from here:
https://msdn.microsoft.com/en-us/library/618ayhy6.aspx

## [C# Programming Guide](csharp/programming-guide/index.md)
### [Inside a C# Program](csharp/programming-guide/inside-a-program/index.md)
Expand Down