From 715f7b7e3ee0a15b662e69a4d62b01c29ac74c45 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 7 May 2024 15:19:32 -0400 Subject: [PATCH] Add links among TOCs (#40788) This enables a single offline book for the entire C# documentation, and provides navigation between the different sections of the C# Guide. --- docs/csharp/language-reference/toc.yml | 4 ++++ docs/csharp/specification/toc.yml | 4 ++++ docs/csharp/toc.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/docs/csharp/language-reference/toc.yml b/docs/csharp/language-reference/toc.yml index 0d8735d4630d1..9ffbf1d6d11a1 100644 --- a/docs/csharp/language-reference/toc.yml +++ b/docs/csharp/language-reference/toc.yml @@ -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 diff --git a/docs/csharp/specification/toc.yml b/docs/csharp/specification/toc.yml index 0239cf6c46153..7a84dcf2f01a2 100644 --- a/docs/csharp/specification/toc.yml +++ b/docs/csharp/specification/toc.yml @@ -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 diff --git a/docs/csharp/toc.yml b/docs/csharp/toc.yml index 342102d9609f5..16c9858506bed 100644 --- a/docs/csharp/toc.yml +++ b/docs/csharp/toc.yml @@ -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