Skip to content

Commit

Permalink
chore: add json-ld data and preconnect link (keploy#203)
Browse files Browse the repository at this point in the history
Signed-off-by: ganeshrevadi <[email protected]>
Signed-off-by: schauhan2 <[email protected]>
  • Loading branch information
ganeshrevadi authored and swatichauhan814 committed Oct 7, 2023
1 parent 0cc2b5b commit 3b210dc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,31 @@ module.exports = {
logo: 'https://docs.keploy.io/img/favicon.png',
}),
},
{name: 'description', content: 'Keploy - API Test Generator Tool'},
{name: 'twitter:card', content: 'summary_large_image'},
],
headTags: [
// Preconnect tag
{
tagName: 'Keploy Inc',
attributes: {
rel: 'preconnect',
href: 'https://keploy.io/',
},
},
{
tagName: 'script',
attributes: {
type: 'application/ld+json',
},
innerHTML: JSON.stringify({
'@context': 'https://schema.org/',
'@type': 'Organization',
name: 'Keploy Documentation',
url: 'https://docs.keploy.io/',
logo: 'https://docs.keploy.io/img/favicon.png',
}),
},
],
colorMode: {
defaultMode: "light",
Expand Down

0 comments on commit 3b210dc

Please sign in to comment.