Skip to content

fixed TOC #1280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 22, 2016
Merged
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
6 changes: 1 addition & 5 deletions docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
### [🔧 Tuples and unnamed types](csharp/tuples.md)
### [🔧 Interfaces](csharp/interfaces.md)
### [Methods and Lambda Expressions](csharp/methods-lambda-expressions.md)
#### [🔧 methods](csharp/methods.md)
#### [Methods](csharp/methods.md)
#### [🔧 Lambda Expressions](csharp/lambda-expressions.md)
### [Properties](csharp/properties.md)
### [Indexers](csharp/indexers.md)
Expand Down Expand Up @@ -292,10 +292,6 @@
### [🔧 Reflection & code generation](csharp/reflection.md)
### [Documenting your code](csharp/codedoc.md)
## [🔧 Using the .NET Compiler Platform](csharp/roslyn/index.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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mairaw We won't link to the language reference content on docs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the link already exists so this one added by @cartermp should just be removed.

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