diff --git a/docusaurus.config.js b/docusaurus.config.js index 059394ffa5..e1ed2188e4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,9 +8,9 @@ const docusaurusConfig = { baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw', - favicon: 'favicon.ico', organizationName: 'saucelabs', projectName: 'sauce-docs', + // TODO: I don't think google-site-verification is working at all, confirm with P.O. customFields: { headTags: [ { @@ -22,6 +22,26 @@ const docusaurusConfig = { }, ], }, + headTags: [ + { + tagName: 'link', + attributes: { + rel: 'icon', + type: 'image/png', + sizes: '16x16', + href: '/img/favicon-16x16.png', + }, + }, + { + tagName: 'link', + attributes: { + rel: 'icon', + type: 'image/png', + sizes: '32x32', + href: '/img/favicon-32x32.png', + }, + }, + ], scripts: [ '/scripts/hide.js', // Need Help? button diff --git a/sidebars.js b/sidebars.js index ca052ce37b..453378a55c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1695,7 +1695,7 @@ module.exports = { 'visual-testing/workflows/test-execution', 'visual-testing/workflows/review', 'visual-testing/workflows/ci', - 'visual-testing/workflows/api-lifecycle' + 'visual-testing/workflows/api-lifecycle', ], }, { diff --git a/static/404.html b/static/404.html index 2a122000c5..584d0b6b57 100644 --- a/static/404.html +++ b/static/404.html @@ -4,10 +4,15 @@ 404 Error | Sauce Docs + rel="icon" + type="image/png" + href="/img/favicon-32x32.png" + sizes="32x32" /> +
diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index 8aebebb477..0000000000 Binary files a/static/favicon.ico and /dev/null differ