File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2222 "build" : {
2323 "content" : [
2424 {
25- "files" : " **.yml" ,
25+ "files" : [ " **.yml" ] ,
2626 "exclude" : [
2727 " **/obj/**" ,
2828 " **.meta"
4444 "resource" : [
4545 {
4646 "files" : [
47- " **/images/**"
47+ " **/images/**" ,
48+ " *.png"
4849 ],
4950 "exclude" : [
5051 " **/obj/**" ,
5960 "overwrite" : " apispec/*.md" ,
6061 "dest" : " ../docs/" ,
6162 "template" : [
62- " default"
63+ " default" ,
64+ " ./theme"
6365 ],
6466 "postProcessors" : [
6567 " ExtractSearchIndex"
6971 "cleanupCacheHistory" : false ,
7072 "disableGitFeatures" : false ,
7173 "globalMetadata" : {
72- "_appFooter" : " Generated with docfx"
74+ "_appFooter" : " Generated with docfx" ,
75+ "_appLogoPath" : " logo.png"
7376 }
7477 }
75- }
78+ }
Original file line number Diff line number Diff line change 1+ <a class="navbar-brand" href="{{_rel}}index.html">
2+ <img id="logo" height="55" src="{{_rel}}{{{_appLogoPath}}}{{^_appLogoPath}}logo.svg{{/_appLogoPath}}" alt="{{_appName}}" >
3+ </a>
You can’t perform that action at this time.
0 commit comments