Skip to content

Commit e2a40e8

Browse files
committed
Fix schema source path
1 parent 0e0d651 commit e2a40e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
]
5959
},
6060
{
61-
"files": "protocol/schema/*.json",
61+
"files": "schema/*.json",
62+
"src": "protocol",
6263
"dest": "draft-02"
6364
}
6465
],

0 commit comments

Comments
 (0)