docs: metadata (#4677)

* update description and add metadata

* home de-duplicate
This commit is contained in:
mffap 2022-11-08 16:15:12 +01:00 committed by GitHub
parent 5ac956b0f1
commit f8e0cde0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,11 @@ module.exports = {
"data-api": "/proxy/api/event",
},
],
customFields: {
description: "Documentation for ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.",
},
themeConfig: {
metadata: [{name: 'keywords', content: 'zitadel, documentation, jwt, saml, oauth2, authentication, serverless, login, auth, authorization, sso, openid-connect, oidc, mfa, 2fa, passkeys, fido2, docker'}],
zoom: {
selector: ".markdown :not(em) > img",
background: {

View File

@ -271,8 +271,7 @@ export default function Home() {
const { siteConfig = {} } = context;
return (
<Layout
title={`${siteConfig.title}`}
description="This site bundles ZITADELs Documentations"
description={`${siteConfig.customFields.description}`}
>
<header className={clsx("hero", styles.heroBanner)}>
<div className="container">