diff --git a/docs/csharp/index.md b/docs/csharp/index.md index 2d1f6b2e40a0b..f68331c908813 100644 --- a/docs/csharp/index.md +++ b/docs/csharp/index.md @@ -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#. diff --git a/docs/csharp/syntax.md b/docs/csharp/syntax.md deleted file mode 100644 index ca06e146a2dc0..0000000000000 --- a/docs/csharp/syntax.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Syntax -description: Syntax -keywords: .NET, .NET Core -author: dotnet-bot -manager: wpickett -ms.date: 06/20/2016 -ms.topic: article -ms.prod: .net-core -ms.technology: .net-core-technologies -ms.devlang: dotnet -ms.assetid: 901184ac-1370-40b0-ad57-1f674890befe ---- - -# 🔧 Syntax - -> **Note** -> -> This topic hasn’t been written yet! -> -> We welcome your input to help shape the scope and approach. You can track the status and provide input on this -> [issue](https://github.com/dotnet/docs/issues/485) at GitHub. -> -> If you would like to review early drafts and outlines of this topic, please leave a note with your contact information in the issue. -> -> Learn more about how you can contribute on [GitHub](https://github.com/dotnet/docs/blob/master/CONTRIBUTING.md). -> diff --git a/docs/toc.md b/docs/toc.md index 6cb6e741c2664..2adf6de03495e 100644 --- a/docs/toc.md +++ b/docs/toc.md @@ -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) +