diff --git a/docusaurus.config.js b/docusaurus.config.js index 0b58372..b7cfd6f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -46,6 +46,25 @@ const config = { }, tagName: "link", }, + + { + tagName: "script", + attributes: { + type: "application/ld+json", + }, + innerHTML: JSON.stringify({ + "@context": "https://schema.org/", + "@type": "Organization", + name: "DragonflyDB", + url: "https://www.dragonflydb.io/", + logo: "https://dragonflydb.io/assets/logo.svg", + sameAs: [ + "https://twitter.com/dragonflydbio", + "https://github.com/dragonflydb/dragonfly", + "https://www.linkedin.com/company/dragonflydb", + ], + }), + }, ], presets: [ @@ -200,11 +219,6 @@ const config = { href: "https://www.dragonflydb.io/cloud", target: "_self", }, - { - type: "custom-announcmentBar", - label: "Test", - href: "https://www.dragonflydb.io/cloud", - }, ], }, {