From f5b26ad52411b09763694a6f98ca2f9ae385de83 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:18:34 -0700 Subject: [PATCH 1/3] Remove templates repo reference Removed deprecated dependent repository configuration for themes. --- .openpublishing.publish.config.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 3c90d2b9ef3fa..20b41ba980a56 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -33,13 +33,7 @@ "need_pr_comments": false, "contribution_branch_mappings": {}, "dependent_repositories": [ - { - "path_to_root": "_themes", - "url": "https://github.com/Microsoft/templates.docs.msft", - "branch": "main", - "branch_mapping": {} - }, - { + { "path_to_root": "_themes.pdf", "url": "https://github.com/Microsoft/templates.docs.msft.pdf", "branch": "main", From 1d7a6b39124ccb33b800859f993bb5fcdcf48f0a Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:24:15 -0700 Subject: [PATCH 2/3] Remove template_folder from publish config --- .openpublishing.publish.config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 20b41ba980a56..e4249c9519038 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -20,8 +20,7 @@ "RestApi": "Content", "Tutorial": "Content" }, - "build_entry_point": "docs", - "template_folder": "_themes" + "build_entry_point": "docs" } ], "notification_subscribers": [], From 1123aac39f32a39122c0ebb78b4562174b0148be Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:46:20 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- .openpublishing.publish.config.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index e4249c9519038..383ced9edee2c 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -20,7 +20,8 @@ "RestApi": "Content", "Tutorial": "Content" }, - "build_entry_point": "docs" + "build_entry_point": "docs", + "template_folder": "_themes" } ], "notification_subscribers": [], @@ -32,7 +33,13 @@ "need_pr_comments": false, "contribution_branch_mappings": {}, "dependent_repositories": [ - { + { + "path_to_root": "_themes", + "url": "https://github.com/Microsoft/templates67.docs.msft", + "branch": "main", + "branch_mapping": {} + }, + { "path_to_root": "_themes.pdf", "url": "https://github.com/Microsoft/templates.docs.msft.pdf", "branch": "main",