Skip to content

Commit 8a02c46

Browse files
authored
Add logo to documentation(#111)
Something better than nothing?
1 parent 394088f commit 8a02c46

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/docfx_project/docfx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
}
4242
],
4343
"output": "_site",
44+
"globalMetadata": {
45+
"_appLogoPath": "/images/fddd.png"
46+
},
4447
"globalMetadataFiles": [],
4548
"fileMetadataFiles": [],
4649
"template": [

docs/docfx_project/images/fddd.png

2.55 KB
Loading

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.201",
3+
"version": "7.0.404",
44
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)