From d9a68f6bc7e94e90ee3f691ba942ef48cfb27e94 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 7 May 2024 18:56:30 -0700 Subject: [PATCH] try to nest the links to other tocs --- docs/csharp/specification/toc.yml | 3 ++- docs/csharp/toc.yml | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/csharp/specification/toc.yml b/docs/csharp/specification/toc.yml index 7a84dcf2f01a2..d52c725f0d645 100644 --- a/docs/csharp/specification/toc.yml +++ b/docs/csharp/specification/toc.yml @@ -1,7 +1,8 @@ items: - name: C# specifications - href: index.yml items: + - name: Index + href: index.yml - name: Overview href: overview.md - name: C# 8 draft specification diff --git a/docs/csharp/toc.yml b/docs/csharp/toc.yml index 16c9858506bed..2df56bb9faff1 100644 --- a/docs/csharp/toc.yml +++ b/docs/csharp/toc.yml @@ -672,7 +672,9 @@ 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 +- name: Other C# documentation + items: + - name: C# language reference + href: ./language-reference/index.yml + - name: C# specification + href: ./specification/index.yml