Skip to content

Commit 0fa359a

Browse files
docfx_project/docfx.json: add public/** + versions.json to resource.files
1 parent 23e772f commit 0fa359a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docfx_project/docfx.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
"files": [
3535
"logo.svg",
3636
"apple-touch-icon.png",
37-
"favicon.ico",
3837
"favicon.svg",
39-
"images/**"
38+
"favicon.ico",
39+
"images/**",
40+
"public/**",
41+
"versions.json"
4042
]
4143
}
4244
],

0 commit comments

Comments
 (0)