mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
c8d59ee488
* docs: restructure quickstarts * docs: quickstart libs * docs: add exlixir lib * docs: restructure * docs: restructure * docs: customization * use tabs in oauth/oidc endpoints.md * improve authorize_endpoint * improve token_endpoint and introspection_endpoint * docs: saas use case * styling * styling * begin login users * login users * login users * fix table * fix: links * fix: links * start go api * fix: policy structure * fix: saas description * fix: saas description * fix: saas description * Update docs/docs/concepts/policies.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * Update docs/docs/concepts/usecases/saas.md Co-authored-by: mffap <mpa@caos.ch> * docs: organisation --> organization * docs: fixes * docs: fixes * Update docs/docs/apis/openidoauth/endpoints.md Co-authored-by: Florian Forster <florian@caos.ch> * Update docs/docs/concepts/policies.md Co-authored-by: Florian Forster <florian@caos.ch> * Update docs/docs/concepts/policies.md Co-authored-by: Florian Forster <florian@caos.ch> * Update docs/docs/concepts/policies.md Co-authored-by: Florian Forster <florian@caos.ch> * Update docs/docs/apis/openidoauth/endpoints.md Co-authored-by: Florian Forster <florian@caos.ch> * Apply suggestions from code review Co-authored-by: Florian Forster <florian@caos.ch> * docs: intro * Update docs/docs/guides/customization/branding.md Co-authored-by: Florian Forster <florian@caos.ch> * fix: typo * add mermaid Co-authored-by: Livio Amstutz <livio.a@gmail.com> Co-authored-by: mffap <mpa@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
151 lines
3.6 KiB
JavaScript
151 lines
3.6 KiB
JavaScript
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
|
module.exports = {
|
|
title: 'ZITADEL Docs',
|
|
url: 'https://docs.zitadel.ch',
|
|
baseUrl: '/',
|
|
onBrokenLinks: 'throw',
|
|
onBrokenMarkdownLinks: 'warn',
|
|
favicon: 'img/favicon.ico',
|
|
organizationName: 'caos',
|
|
projectName: 'zitadel',
|
|
themeConfig: {
|
|
navbar: {
|
|
title: 'ZITADEL',
|
|
logo: {
|
|
alt: 'ZITADEL logo',
|
|
src: 'img/zitadel-logo-solo-light.png',
|
|
srcDark: 'img/zitadel-logo-solo-darkdesign.svg',
|
|
},
|
|
items: [
|
|
{
|
|
type: 'doc',
|
|
label: 'Guides',
|
|
docId: 'guides/introduction',
|
|
position: 'left',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
label: 'Quickstarts',
|
|
docId: 'quickstarts/introduction',
|
|
position: 'left',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
label: 'APIs',
|
|
docId: 'apis/introduction',
|
|
position: 'left',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
docId: 'concepts/introduction',
|
|
label: 'Concepts',
|
|
position: 'left',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
docId: 'manuals/introduction',
|
|
label: 'Help',
|
|
position: 'left',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
docId: 'legal/introduction',
|
|
label: 'Legal',
|
|
position: 'left',
|
|
},
|
|
{
|
|
href: 'https://github.com/caos/zitadel',
|
|
label: 'GitHub',
|
|
position: 'right',
|
|
},
|
|
],
|
|
},
|
|
footer: {
|
|
style: 'dark',
|
|
links: [
|
|
{
|
|
title: 'Community',
|
|
items: [
|
|
{
|
|
label: 'GitHub Discussions',
|
|
href: 'https://github.com/caos/zitadel/discussions',
|
|
},
|
|
{
|
|
label: 'Twitter',
|
|
href: 'https://twitter.com/zitadel_ch',
|
|
},
|
|
{
|
|
label: 'Linkedin',
|
|
href: 'https://www.linkedin.com/company/caos-ag/',
|
|
},
|
|
{
|
|
label: 'Blog',
|
|
href: 'https://zitadel.ch/blog',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: 'Company',
|
|
items: [
|
|
{
|
|
label: 'About CAOS Ltd.',
|
|
href: 'https://caos.ch/#about',
|
|
},
|
|
{
|
|
label: 'Contact',
|
|
href: 'https://zitadel.ch/contact/',
|
|
},
|
|
{
|
|
label: 'GitHub',
|
|
href: 'https://github.com/caos',
|
|
},
|
|
{
|
|
label: 'Status',
|
|
href: 'https://status.zitadel.ch/',
|
|
},
|
|
{
|
|
label: 'Terms and Conditions',
|
|
href: 'https://docs.zitadel.ch/docs/legal/terms-of-service',
|
|
},
|
|
{
|
|
label: 'Privacy Policy',
|
|
href: 'https://docs.zitadel.ch/docs/legal/privacy-policy',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
copyright: `Copyright © ${new Date().getFullYear()} CAOS Ltd. Built with Docusaurus.`,
|
|
},
|
|
algolia: {
|
|
apiKey: 'bff480bce03126c2d348345647854e91',
|
|
indexName: 'zitadel',
|
|
},
|
|
prism: {
|
|
additionalLanguages: ['csharp', 'dart', 'groovy'],
|
|
},
|
|
},
|
|
presets: [
|
|
[
|
|
'@docusaurus/preset-classic',
|
|
{
|
|
docs: {
|
|
sidebarPath: require.resolve('./sidebars.js'),
|
|
editUrl: 'https://github.com/caos/zitadel/edit/main/docs/',
|
|
remarkPlugins: [require('mdx-mermaid')],
|
|
},
|
|
theme: {
|
|
customCss: require.resolve('./src/css/custom.css'),
|
|
},
|
|
},
|
|
],
|
|
],
|
|
plugins: [
|
|
[
|
|
'docusaurus-plugin-plausible',
|
|
{
|
|
domain: 'docs.zitadel.ch',
|
|
},
|
|
],
|
|
],
|
|
};
|