mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:57:31 +00:00
docs(legal): update legal framework and policies (November 2023) (#6611)
* move policies * service description editorial * service description move * add subprocessors * resort policies and service descriptions * subprocessor * subprocessors wip * wip * subprocessors * subprocessors introduction * billing wip * service level headings * billing wip * gdpr region clarification * fix some styling * support service wip * wip * service-description * fair use, broken links * services offered * rework enterprise benefits * support plans * remove language, add support issue * combine onboarding support * wip * use of brand and trademarks * sidebar * DASU * Combine ToS for support services * Apply suggestions from code review Co-authored-by: Fabi <fabienne@zitadel.com> * changes from review * update updatedAt * dpa and pp updates WIP * broken links * tom * remote entity * title annex enterprise agreement * typo * Apply suggestions from code review Co-authored-by: Florian Forster <florian@zitadel.com> * update last update dates * replace quota with amount --------- Co-authored-by: Fabi <fabienne@zitadel.com> Co-authored-by: Florian Forster <florian@zitadel.com>
This commit is contained in:
@@ -428,7 +428,7 @@ module.exports = {
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Support Service Descriptions',
|
||||
href: '/legal/support-services',
|
||||
href: '/legal/service-description/support-services',
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
@@ -631,7 +631,7 @@ module.exports = {
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Rate Limits (Cloud)', // The link label
|
||||
href: '/legal/rate-limit-policy', // The internal path
|
||||
href: '/legal/policies/rate-limit-policy', // The internal path
|
||||
},
|
||||
],
|
||||
selfHosting: [
|
||||
@@ -700,23 +700,23 @@ module.exports = {
|
||||
items: [
|
||||
"legal/terms-of-service",
|
||||
"legal/data-processing-agreement",
|
||||
"legal/subprocessors",
|
||||
"legal/annex-support-services",
|
||||
{
|
||||
type: "category",
|
||||
label: "Service Description",
|
||||
collapsed: false,
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Service description",
|
||||
slug: "/legal/service-description",
|
||||
description: "Description of services and service levels for ZITADEL Cloud and Enterprise subscriptions.",
|
||||
},
|
||||
items: [
|
||||
"legal/cloud-service-description",
|
||||
"legal/service-level-description",
|
||||
"legal/support-services",
|
||||
"legal/onboarding-support",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Support Program",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"legal/terms-support-service",
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'legal/service-description',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -730,13 +730,11 @@ module.exports = {
|
||||
description: "Policies and guidelines in addition to our terms of services.",
|
||||
},
|
||||
items: [
|
||||
"legal/privacy-policy",
|
||||
"legal/acceptable-use-policy",
|
||||
"legal/rate-limit-policy",
|
||||
"legal/policies/account-lockout-policy",
|
||||
"legal/policies/feature-development-policy",
|
||||
"legal/vulnerability-disclosure-policy",
|
||||
],
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'legal/policies',
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user