Skip to content

Commit 238ed10

Browse files
committed
Update docs with new logo
[skip ci]
1 parent 02a2618 commit 238ed10

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docfx_project/docfx.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": {
2323
"content": [
2424
{
25-
"files": "**.yml",
25+
"files": ["**.yml"],
2626
"exclude": [
2727
"**/obj/**",
2828
"**.meta"
@@ -44,7 +44,8 @@
4444
"resource": [
4545
{
4646
"files": [
47-
"**/images/**"
47+
"**/images/**",
48+
"*.png"
4849
],
4950
"exclude": [
5051
"**/obj/**",
@@ -59,7 +60,8 @@
5960
"overwrite": "apispec/*.md",
6061
"dest": "../docs/",
6162
"template": [
62-
"default"
63+
"default",
64+
"./theme"
6365
],
6466
"postProcessors": [
6567
"ExtractSearchIndex"
@@ -69,7 +71,8 @@
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+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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>

docs/logo.png

3.99 KB
Loading

0 commit comments

Comments
 (0)