From 95fb943a85d1b8fe7767f085242493dbca0da76c Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:08:04 +0330 Subject: [PATCH] toc.yml: Move "Built-in types" to the top This PR proposes moving the "Built-in types" node to top, above every other node and subbranch under the "Types" branch. Reason: The "Types" branch exclusively talks about built-in types. --- docs/csharp/language-reference/toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/csharp/language-reference/toc.yml b/docs/csharp/language-reference/toc.yml index 4de8acc791d26..a445ac26198fc 100644 --- a/docs/csharp/language-reference/toc.yml +++ b/docs/csharp/language-reference/toc.yml @@ -10,6 +10,8 @@ items: href: ./configure-language-version.md - name: Types items: + - name: Built-in types + href: ./builtin-types/built-in-types.md - name: Value types items: - name: Overview @@ -68,8 +70,6 @@ items: href: ./builtin-types/arrays.md - name: void href: ./builtin-types/void.md - - name: Built-in types - href: ./builtin-types/built-in-types.md - name: Unmanaged types href: ./builtin-types/unmanaged-types.md - name: Default values