Skip to content

Commit 08fa13e

Browse files
committed
Update the TOC
1 parent 13e5b40 commit 08fa13e

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/csharp/toc.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,14 @@ items:
8080
href: fundamentals/null-safety/index.md
8181
- name: Nullable value types
8282
href: fundamentals/null-safety/nullable-value-types.md
83+
- name: Nullable reference types
84+
href: fundamentals/null-safety/nullable-reference-types.md
85+
- name: Resolve nullable warnings
86+
href: fundamentals/null-safety/resolve-warnings.md
8387
- name: Null operators
8488
href: fundamentals/null-safety/null-operators.md
89+
- name: "Tutorial: Express your design intent with nullable reference types"
90+
href: fundamentals/tutorials/nullable-reference-types.md
8591
- name: Object-oriented programming
8692
items:
8793
- name: Classes, structs, and records
@@ -296,14 +302,6 @@ items:
296302
href: asynchronous-programming/cancel-async-tasks-after-a-period-of-time.md
297303
- name: Generate and consume asynchronous streams
298304
href: asynchronous-programming/generate-consume-asynchronous-stream.md
299-
- name: Null safety
300-
items:
301-
- name: Nullable reference types
302-
href: fundamentals/null-safety/nullable-reference-types.md
303-
- name: Resolve nullable warnings
304-
href: fundamentals/null-safety/resolve-warnings.md
305-
- name: "Tutorial: Express your design intent with nullable reference types"
306-
href: fundamentals/tutorials/nullable-reference-types.md
307305
- name: C# concepts
308306
items:
309307
- name: Methods

0 commit comments

Comments
 (0)