Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
p-kostov committed Aug 16, 2024
1 parent 89a2047 commit 1e48159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"resource": [
{
"files": [ "images/**", "**.svg", "**.png" ],
"files": [ "images/**", "**.svg", "**.png", "favicon.ico" ],
"exclude": [ "docs/**/*.*" ]
}
],
Expand All @@ -19,7 +19,8 @@
"dest": "docs",
"globalMetadata": {
"_appTitle": "ERP.net Developer Docs",
"_enableSearch": true
"_enableSearch": true,
"_appFaviconPath": "favicon.ico"
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 1e48159

Please sign in to comment.