import React from 'react'; import clsx from 'clsx'; import Layout from '@theme/Layout'; import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import useBaseUrl from '@docusaurus/useBaseUrl'; import styles from './styles.module.css'; const features = [ { title: 'Manuals', imageUrl: 'img/zitadel-logo-solo-light.png', link: 'docs/manuals/introduction', description: ( <> Follow this guide to get started with ZITADEL as a user. > ), }, { title: 'Quickstarts', imageUrl: 'img/zitadel-logo-solo-light.png', link: 'docs/quickstarts/introduction', description: ( <> Learn how to integrate your applications and build secure workflows and APIs with ZITADEL > ), }, { title: 'Guides', imageUrl: 'img/zitadel-logo-solo-light.png', link: 'docs/guides/introduction', description: ( <> Read our guides on how to manage your data and role associations in ZITADEL and on what we recommend. > ), }, { title: 'APIs', imageUrl: 'img/zitadel-logo-solo-light.png', link: '/docs/apis/introduction', description: ( <> Learn more about our APIs and how to integrate them in your apps. > ), }, { title: 'Concepts', imageUrl: 'img/zitadel-logo-solo-light.png', link: 'docs/concepts/introduction', description: ( <> Learn more about engineering and design principles, ZITADELs architecture and used technologies. > ), }, ]; function Feature({imageUrl, title, description, link}) { const imgUrl = useBaseUrl(imageUrl); return (
{description}
{siteConfig.tagline}