docs: metatags (#5020)

This commit is contained in:
Max Peintner
2023-01-11 11:45:35 +01:00
committed by GitHub
parent 3be1f51e48
commit e05ea936e2

View File

@@ -29,6 +29,22 @@ module.exports = {
content: content:
"zitadel, documentation, jwt, saml, oauth2, authentication, serverless, login, auth, authorization, sso, openid-connect, oidc, mfa, 2fa, passkeys, fido2, docker", "zitadel, documentation, jwt, saml, oauth2, authentication, serverless, login, auth, authorization, sso, openid-connect, oidc, mfa, 2fa, passkeys, fido2, docker",
}, },
{
property: "og:type",
content: "website",
},
{ property: "og:url", content: "https://www.zitadel.com/docs" },
{
property: "og:image",
content: "https://www.zitadel.com/images/preview.png",
},
{ property: "twitter:card", content: "summary_large_image" },
{ property: "twitter:url", content: "https://www.zitadel.com/docs" },
{ property: "twitter:title", content: "ZITADEL Docs" },
{
property: "twitter:image",
content: "https://www.zitadel.com/images/preview.png",
},
], ],
zoom: { zoom: {
selector: ".markdown :not(em) > img", selector: ".markdown :not(em) > img",