diff --git a/docs/docfx.json b/docs/docfx.json index 5f8f766e360..77becc1835c 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -60,7 +60,8 @@ "fileMetadataFiles": [], "template": [ "default", - "modern" + "modern", + "template" ], "postProcessors": [], "keepFileLink": false, diff --git a/docs/template/public/main.js b/docs/template/public/main.js new file mode 100644 index 00000000000..3c3b6e8d7f4 --- /dev/null +++ b/docs/template/public/main.js @@ -0,0 +1,9 @@ +export default { + iconLinks: [ + { + icon: 'github', + href: 'https://github.com/App-vNext/Polly', + title: 'GitHub' + } + ] +}