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-02-02 12:45:01 +00:00
|
|
|
url: "https://docs.zitadel.ch",
|
|
|
|
baseUrl: "/",
|
|
|
|
onBrokenLinks: "throw",
|
|
|
|
onBrokenMarkdownLinks: "warn",
|
|
|
|
favicon: "img/favicon.ico",
|
|
|
|
organizationName: "caos",
|
|
|
|
projectName: "zitadel",
|
|
|
|
scripts: [
|
|
|
|
{
|
|
|
|
src: "/proxy/js/script.js",
|
|
|
|
async: true,
|
|
|
|
defer: true,
|
|
|
|
"data-domain": "docs.zitadel.ch",
|
|
|
|
"data-api": "/proxy/api/event",
|
|
|
|
},
|
|
|
|
],
|
2021-04-15 11:22:37 +00:00
|
|
|
themeConfig: {
|
2022-02-02 12:45:01 +00:00
|
|
|
zoomSelector: ".markdown :not(em) > img",
|
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",
|
|
|
|
label: "Quickstarts",
|
|
|
|
docId: "quickstarts/introduction",
|
|
|
|
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
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
footer: {
|
|
|
|
links: [
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
title: "Community",
|
2021-04-15 11:22:37 +00:00
|
|
|
items: [
|
|
|
|
{
|
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",
|
|
|
|
href: "https://twitter.com/zitadel_ch",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Linkedin",
|
|
|
|
href: "https://www.linkedin.com/company/caos-ag/",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Blog",
|
|
|
|
href: "https://zitadel.ch/blog",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
title: "Company",
|
2021-04-15 11:22:37 +00:00
|
|
|
items: [
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "About CAOS Ltd.",
|
|
|
|
href: "https://caos.ch/#about",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Contact",
|
|
|
|
href: "https://zitadel.ch/contact/",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "GitHub",
|
|
|
|
href: "https://github.com/caos",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Status",
|
|
|
|
href: "https://status.zitadel.ch/",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Terms and Conditions",
|
|
|
|
href: "https://docs.zitadel.ch/docs/legal/terms-of-service",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
{
|
2022-02-02 12:45:01 +00:00
|
|
|
label: "Privacy Policy",
|
|
|
|
href: "https://docs.zitadel.ch/docs/legal/privacy-policy",
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
copyright: `Copyright © ${new Date().getFullYear()} CAOS Ltd. Built with Docusaurus.`,
|
|
|
|
},
|
2021-04-20 15:10:03 +00:00
|
|
|
algolia: {
|
2022-02-02 12:45:01 +00:00
|
|
|
appId: "8H6ZKXENLO",
|
|
|
|
apiKey: "c3899716db098111f5e89c8987b9c427",
|
|
|
|
indexName: "zitadel",
|
2021-04-20 15:10:03 +00:00
|
|
|
},
|
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-04-26 23:01:45 +00:00
|
|
|
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-02-02 12:45:01 +00:00
|
|
|
plugins: [require.resolve("plugin-image-zoom")],
|
2021-04-15 11:22:37 +00:00
|
|
|
};
|