diff --git a/docfx.json b/docfx.json index e2e6074..c3a3bc5 100644 --- a/docfx.json +++ b/docfx.json @@ -17,6 +17,7 @@ "resource": [ { "files": [ + "images/**", "**/*.png", "**/*.jpg", "**/*.gif", @@ -33,6 +34,10 @@ ], "dest": "_site", "globalMetadataFiles": [], + "globalMetadata": { + "_appFaviconPath": "images/favicon.ico", + "_appLogoPath": "images/logo.png" + }, "fileMetadataFiles": [], "template": [ "default", diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..6ce816c Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..8797705 Binary files /dev/null and b/images/logo.png differ diff --git a/templates/material/partials/logo.tmpl.partial b/templates/material/partials/logo.tmpl.partial new file mode 100644 index 0000000..8a16493 --- /dev/null +++ b/templates/material/partials/logo.tmpl.partial @@ -0,0 +1,5 @@ +{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} + + + + \ No newline at end of file