Browse Source

Add a favicon

pull/1218/head
Chris Johnston Still Hsu 6 years ago
parent
commit
ec87982e71
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
2 changed files with 4 additions and 2 deletions
  1. +4
    -2
      docs/docfx.json
  2. BIN
      docs/favicon.ico

+ 4
- 2
docs/docfx.json View File

@@ -35,7 +35,8 @@
"**/images/**",
"**/samples/**",
"langwordMapping.yml",
"marketing/logo/SVG/**.svg"
"marketing/logo/SVG/**.svg",
"favicon.ico"
]
}],
"dest": "_site",
@@ -51,7 +52,8 @@
"_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark White.svg"
"_appLogoPath": "marketing/logo/SVG/Logomark White.svg",
"_appFaviconPath": "favicon.ico"
},
"xrefService": [
"https://xref.docs.microsoft.com/query?uid={uid}"


BIN
docs/favicon.ico View File

Before After

Loading…
Cancel
Save