mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 19:27:41 +00:00
docs: metadata (#4677)
* update description and add metadata * home de-duplicate
This commit is contained in:
parent
5ac956b0f1
commit
f8e0cde0e9
@ -18,7 +18,11 @@ module.exports = {
|
|||||||
"data-api": "/proxy/api/event",
|
"data-api": "/proxy/api/event",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
customFields: {
|
||||||
|
description: "Documentation for ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.",
|
||||||
|
},
|
||||||
themeConfig: {
|
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: {
|
zoom: {
|
||||||
selector: ".markdown :not(em) > img",
|
selector: ".markdown :not(em) > img",
|
||||||
background: {
|
background: {
|
||||||
|
@ -271,8 +271,7 @@ export default function Home() {
|
|||||||
const { siteConfig = {} } = context;
|
const { siteConfig = {} } = context;
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`${siteConfig.title}`}
|
description={`${siteConfig.customFields.description}`}
|
||||||
description="This site bundles ZITADELs Documentations"
|
|
||||||
>
|
>
|
||||||
<header className={clsx("hero", styles.heroBanner)}>
|
<header className={clsx("hero", styles.heroBanner)}>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user