mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:07:31 +00:00
docs(legal): editorial changes (#5828)
* docs(legal): editorial changes * remove from tos
This commit is contained in:
@@ -540,38 +540,50 @@ module.exports = {
|
||||
support: [
|
||||
],
|
||||
legal: [
|
||||
"legal/introduction",
|
||||
"legal/terms-of-service",
|
||||
"legal/data-processing-agreement",
|
||||
{
|
||||
type: "category",
|
||||
label: "Service Description",
|
||||
label: "Legal Agreements",
|
||||
collapsed: false,
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Legal Agreements",
|
||||
slug: "legal",
|
||||
description:
|
||||
"This section contains important agreements, policies and appendices relevant for users of our websites and services. All documents will be provided in English language.",
|
||||
},
|
||||
items: [
|
||||
"legal/cloud-service-description",
|
||||
"legal/service-level-description",
|
||||
"legal/support-services",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Additional terms",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"legal/terms-support-service",
|
||||
"legal/terms-of-service-dedicated",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Policies",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"legal/privacy-policy",
|
||||
"legal/acceptable-use-policy",
|
||||
"legal/rate-limit-policy",
|
||||
"legal/vulnerability-disclosure-policy",
|
||||
],
|
||||
"legal/terms-of-service",
|
||||
"legal/data-processing-agreement",
|
||||
{
|
||||
type: "category",
|
||||
label: "Service Description",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"legal/cloud-service-description",
|
||||
"legal/service-level-description",
|
||||
"legal/support-services",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Support Program",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"legal/terms-support-service",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Policies",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"legal/privacy-policy",
|
||||
"legal/acceptable-use-policy",
|
||||
"legal/rate-limit-policy",
|
||||
"legal/vulnerability-disclosure-policy",
|
||||
],
|
||||
},
|
||||
]
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user