diff --git a/docusaurus.config.js b/docusaurus.config.js index 900d3c50..34a4ea90 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -21,6 +21,9 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ + // Sets og:image and twitter:image. Path is relative to /static. + // Source for the card is static/img/social-card.svg. + image: 'img/social-card.jpg', metadata: [ { name: 'theme-color', diff --git a/static/img/social-card.jpg b/static/img/social-card.jpg new file mode 100644 index 00000000..d35dfa70 Binary files /dev/null and b/static/img/social-card.jpg differ diff --git a/static/img/social-card.svg b/static/img/social-card.svg new file mode 100644 index 00000000..0062ebae --- /dev/null +++ b/static/img/social-card.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pester + + + + Test your PowerShell. + Ship with confidence. + + The ubiquitous test and mock framework for PowerShell. + + pester.dev + \ No newline at end of file