From b7d044cb89023e63a9fb7bb66707bb7220eac21b Mon Sep 17 00:00:00 2001 From: "Mikey Lombardi (He/Him)" Date: Mon, 28 Apr 2025 14:34:08 -0500 Subject: [PATCH] (MAINT) Update TOC for schema articles (#320) Prior to this change, the overview and the article explaining the schema URIs for DSC were missing from the TOC. This change adds entries for those articles. --- dsc/docs-conceptual/dsc-3.0/toc.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dsc/docs-conceptual/dsc-3.0/toc.yml b/dsc/docs-conceptual/dsc-3.0/toc.yml index 3c7ba82..32e9851 100644 --- a/dsc/docs-conceptual/dsc-3.0/toc.yml +++ b/dsc/docs-conceptual/dsc-3.0/toc.yml @@ -87,6 +87,10 @@ items: href: reference/cli/schema/index.md - name: DSC JSON Schemas items: + - name: Overview + href: reference/schemas/overview.md + - name: Schema URIs + href: reference/schemas/schema-uris.md - name: dsc command outputs items: - name: dsc config command outputs @@ -205,6 +209,7 @@ items: href: reference/schemas/definitions/resourceType.md - name: Parameter dataTypes href: reference/schemas/definitions/parameters/dataTypes.md + - name: DSC resources items: - name: Builtin resources