From e2a40e88ea9c635fddb3fbc396fc15e1f3024789 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 13 Dec 2023 22:28:23 +0000 Subject: [PATCH] Fix schema source path --- docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index ef6897dc..15ddcfae 100644 --- a/docfx.json +++ b/docfx.json @@ -58,7 +58,8 @@ ] }, { - "files": "protocol/schema/*.json", + "files": "schema/*.json", + "src": "protocol", "dest": "draft-02" } ],