Skip to content

Commit

Permalink
Add links among TOCs (dotnet#40788)
Browse files Browse the repository at this point in the history
This enables a single offline book for the entire C# documentation, and provides navigation between the different sections of the C# Guide.
  • Loading branch information
BillWagner authored May 7, 2024
1 parent 1ecea92 commit 715f7b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/csharp/language-reference/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2345,3 +2345,7 @@ items:
href: ./compiler-messages/cs1610.md
- name: CS1712
href: ../misc/cs1712.md
- name: C# conceptual documentation
href: ../index.yml
- name: C# specification
href: ../specification/index.yml
4 changes: 4 additions & 0 deletions docs/csharp/specification/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,7 @@ items:
href: ../../../_csharplang/proposals/csharp-11.0/generic-attributes.md
- name: Experimental attribute
href: ../../../_csharplang/proposals/csharp-12.0/experimental-attribute.md
- name: C# conceptual documentation
href: ../index.yml
- name: C# language reference
href: ../language-reference/index.yml
4 changes: 4 additions & 0 deletions docs/csharp/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -672,3 +672,7 @@ items:
href: programming-guide/generics/differences-between-cpp-templates-and-csharp-generics.md
- name: Generics in the Run Time
href: programming-guide/generics/generics-in-the-run-time.md
- name: C# language reference
href: ./language-reference/index.yml
- name: C# specification
href: ./specification/index.yml

0 comments on commit 715f7b7

Please sign in to comment.