2021-04-15 11:22:37 +00:00
|
|
|
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
|
|
|
module.exports = {
|
2022-02-02 12:45:01 +00:00
|
|
|
title: "ZITADEL Docs",
|
2021-12-30 08:01:47 +00:00
|
|
|
trailingSlash: false,
|
2022-05-16 14:01:46 +00:00
|
|
|
url: "https://docs.zitadel.com",
|
2022-02-02 12:45:01 +00:00
|
|
|
baseUrl: "/",
|
2022-06-30 14:06:01 +00:00
|
|
|
onBrokenLinks: "throw",
|
2022-02-02 12:45:01 +00:00
|
|
|
onBrokenMarkdownLinks: "warn",
|
|
|
|
favicon: "img/favicon.ico",
|
2022-05-16 14:01:46 +00:00
|
|
|
organizationName: "zitadel",
|
2022-02-02 12:45:01 +00:00
|
|
|
projectName: "zitadel",
|
|
|
|
scripts: [
|
|
|
|
{
|
|
|
|
src: "/proxy/js/script.js",
|
|
|
|
async: true,
|
|
|
|
defer: true,
|
2022-05-16 14:01:46 +00:00
|
|
|
"data-domain": "docs.zitadel.com",
|
2022-02-02 12:45:01 +00:00
|
|
|
"data-api": "/proxy/api/event",
|
|
|
|
},
|
|
|
|
],
|
2021-04-15 11:22:37 +00:00
|
|
|
themeConfig: {
|
2022-07-14 09:52:04 +00:00
|
|
|
zoom: {
|
|
|
|
selector: '.markdown :not(em) > img',
|
|
|
|
background: {
|
|
|
|
light: 'rgb(243, 244, 246)',
|
|
|
|
dark: 'rgb(55, 59, 82)'
|
|
|
|
},
|
|
|
|
// options you can specify via https://github.com/francoischalifour/medium-zoom#usage
|
|
|
|
config: {}
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
navbar: {
|
2021-10-13 08:06:12 +00:00
|
|
|
// title: 'ZITADEL',
|
2021-04-15 11:22:37 +00:00
|
|
|
logo: {
|
2022-02-02 12:45:01 +00:00
|
|
|
alt: "ZITADEL logo",
|
|
|
|
src: "img/zitadel-logo-dark.svg",
|
|
|
|
srcDark: "img/zitadel-logo-light.svg",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
items: [
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
type: "doc",
|
|
|
|
label: "Guides",
|
|
|
|
docId: "guides/overview",
|
|
|
|
position: "left",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
type: "doc",
|
2022-07-29 08:13:45 +00:00
|
|
|
label: "Examples",
|
|
|
|
docId: "examples/introduction",
|
2022-02-02 12:45:01 +00:00
|
|
|
position: "left",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
type: "doc",
|
|
|
|
label: "APIs",
|
|
|
|
docId: "apis/introduction",
|
|
|
|
position: "left",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
type: "doc",
|
|
|
|
docId: "concepts/introduction",
|
|
|
|
label: "Concepts",
|
|
|
|
position: "left",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
2021-09-23 08:34:06 +00:00
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
type: "doc",
|
|
|
|
docId: "manuals/introduction",
|
|
|
|
label: "Help",
|
|
|
|
position: "left",
|
2021-09-23 08:34:06 +00:00
|
|
|
},
|
2021-06-15 09:18:41 +00:00
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
type: "doc",
|
|
|
|
docId: "legal/introduction",
|
|
|
|
label: "Legal",
|
|
|
|
position: "left",
|
2021-06-15 09:18:41 +00:00
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
{
|
2022-04-26 23:01:45 +00:00
|
|
|
href: "https://github.com/zitadel/zitadel",
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "GitHub",
|
|
|
|
position: "right",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
2022-07-18 15:16:45 +00:00
|
|
|
{
|
|
|
|
href: "https://zitadel.com/chat",
|
|
|
|
label: "Chat",
|
|
|
|
position: "right",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: "Discussions",
|
|
|
|
position: "right",
|
|
|
|
href: "https://github.com/zitadel/zitadel/discussions",
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
footer: {
|
|
|
|
links: [
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
title: "Community",
|
2021-04-15 11:22:37 +00:00
|
|
|
items: [
|
2022-05-23 20:53:43 +00:00
|
|
|
{
|
|
|
|
label: "Chat",
|
|
|
|
href: "https://zitadel.com/chat",
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "GitHub Discussions",
|
2022-04-26 23:01:45 +00:00
|
|
|
href: "https://github.com/zitadel/zitadel/discussions",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Twitter",
|
2022-05-16 14:01:46 +00:00
|
|
|
href: "https://twitter.com/zitadel",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Linkedin",
|
2022-05-16 14:01:46 +00:00
|
|
|
href: "https://www.linkedin.com/company/zitadel/",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Blog",
|
2022-05-16 14:01:46 +00:00
|
|
|
href: "https://zitadel.com/blog",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2022-05-23 20:53:43 +00:00
|
|
|
title: "Legal",
|
2021-04-15 11:22:37 +00:00
|
|
|
items: [
|
2022-05-23 20:53:43 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
label: "Terms and Conditions",
|
|
|
|
href: "/docs/legal/terms-of-service",
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
{
|
2022-05-23 20:53:43 +00:00
|
|
|
label: "Privacy Policy",
|
|
|
|
href: "/docs/legal/privacy-policy",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: "About",
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
label: "Website",
|
|
|
|
href: "https://zitadel.com",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Contact",
|
2022-05-16 14:01:46 +00:00
|
|
|
href: "https://zitadel.com/contact/",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "GitHub",
|
2022-05-16 14:01:46 +00:00
|
|
|
href: "https://github.com/zitadel",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Status",
|
2022-08-02 18:21:57 +00:00
|
|
|
href: "https://status.zitadel.com/",
|
2022-08-10 11:49:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
label: "Docs v1 (deprecated)",
|
|
|
|
href: "https://docs-v1.zitadel.com/",
|
2022-05-23 20:53:43 +00:00
|
|
|
}
|
2021-04-15 11:22:37 +00:00
|
|
|
],
|
|
|
|
},
|
2022-05-23 20:53:43 +00:00
|
|
|
|
2021-04-15 11:22:37 +00:00
|
|
|
],
|
2022-05-20 14:20:31 +00:00
|
|
|
copyright: `Copyright © ${new Date().getFullYear()} ZITADEL Docs - Built with Docusaurus.`,
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
2021-04-20 15:10:03 +00:00
|
|
|
algolia: {
|
2022-05-30 14:51:45 +00:00
|
|
|
appId: "8H6ZKXENLO",
|
|
|
|
apiKey: "124fe1c102a184bc6fc70c75dc84f96f",
|
|
|
|
indexName: 'zitadel',
|
2022-05-20 14:20:31 +00:00
|
|
|
selector: 'div#'
|
|
|
|
},
|
2021-04-27 13:10:13 +00:00
|
|
|
prism: {
|
2022-02-02 12:45:01 +00:00
|
|
|
additionalLanguages: ["csharp", "dart", "groovy"],
|
2021-04-27 13:10:13 +00:00
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
presets: [
|
|
|
|
[
|
2022-02-02 12:45:01 +00:00
|
|
|
"@docusaurus/preset-classic",
|
2021-04-15 11:22:37 +00:00
|
|
|
{
|
|
|
|
docs: {
|
2022-02-02 12:45:01 +00:00
|
|
|
sidebarPath: require.resolve("./sidebars.js"),
|
2022-07-29 08:13:45 +00:00
|
|
|
showLastUpdateAuthor: true,
|
|
|
|
showLastUpdateTime: true,
|
|
|
|
editUrl: "https://github.com/zitadel/zitadel/edit/main/docs/",
|
2022-02-02 12:45:01 +00:00
|
|
|
remarkPlugins: [require("mdx-mermaid")],
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
theme: {
|
2022-02-02 12:45:01 +00:00
|
|
|
customCss: require.resolve("./src/css/custom.css"),
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
2022-07-14 09:52:04 +00:00
|
|
|
plugins: [require.resolve("docusaurus-plugin-image-zoom")],
|
2021-04-15 11:22:37 +00:00
|
|
|
};
|