From 86e47a7eea445427ce4b16e51eec5d236443a6db Mon Sep 17 00:00:00 2001 From: Saisang Cai Date: Wed, 22 Oct 2025 12:48:58 +0800 Subject: [PATCH] Change exclusion path from 'api/overview/azure' to 'overview/azure' --- docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx.json b/docfx.json index 979b68e5cc32..04346b0fa5b1 100644 --- a/docfx.json +++ b/docfx.json @@ -80,7 +80,7 @@ "**/toc.yml", "overwrites/**/*", "**/includes/**", - "api/overview/azure/**", + "overview/azure/**", "**/*-index.md" ], "src": "api", @@ -955,4 +955,4 @@ "lruSize": 0, "debug": true } -} \ No newline at end of file +}