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:
mffap
2023-11-16 11:26:25 +02:00
committed by GitHub
parent 2e8c3b5a53
commit bd5506494a
29 changed files with 899 additions and 618 deletions

View File

@@ -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',
}
]
},
]
},