Skip to content

Commit b9b0074

Browse files
authored
toc.yml: Move "Built-in types" to the top (#45834)
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.
1 parent 4bd8a91 commit b9b0074

File tree

1 file changed

+2
-2
lines changed
  • docs/csharp/language-reference

1 file changed

+2
-2
lines changed

docs/csharp/language-reference/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ items:
1010
href: ./configure-language-version.md
1111
- name: Types
1212
items:
13+
- name: Built-in types
14+
href: ./builtin-types/built-in-types.md
1315
- name: Value types
1416
items:
1517
- name: Overview
@@ -68,8 +70,6 @@ items:
6870
href: ./builtin-types/arrays.md
6971
- name: void
7072
href: ./builtin-types/void.md
71-
- name: Built-in types
72-
href: ./builtin-types/built-in-types.md
7373
- name: Unmanaged types
7474
href: ./builtin-types/unmanaged-types.md
7575
- name: Default values

0 commit comments

Comments
 (0)