Skip to content

Commit

Permalink
updated config - exclude docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
p-kostov committed Jul 9, 2024
1 parent 56efb20 commit 7438158
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"build": {
"content": [
{
"files": [
"toc.yml",
"**.md",
"**/toc.yml"
]
"files": [ "toc.yml", "**.md", "**/toc.yml" ],
"exclude": [ "docs/**/*.*" ]
}
],
"resource": [
{
"files": [ "images/**", "**.svg", "**.png" ]
"files": [ "images/**", "**.svg", "**.png" ],
"exclude": [ "docs/**/*.*" ]
}
],
"xref": [
Expand Down

0 comments on commit 7438158

Please sign in to comment.