mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
docs(legal): adds legal section (#1742)
* initial structure * change structure * change structure * example values * remove uneeded package lock * remove uneeded files append Load Testing * docs(legal): adds legal section * adds infobox for DE * adds darft privacy policy * updates reviewed privacy policy * fixes table * adds DPA * removes edit link * starts TOS * replaces ASCI chars with utf8 * fix: dpa, sla update from review * apply review of privacy policy * futher changes from review * updates TOS * update sidebar * updates rate limit policy * changes to intro * updates intros w link to agreement * Check files with MD Lint * Apply suggestions from code review Co-authored-by: Florian Forster <florian@caos.ch> * apply review privacy policy Co-authored-by: Florian Forster <florian@caos.ch> * changes effective dates Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florianÂ@caos.ch>
This commit is contained in:
@@ -87,11 +87,21 @@ module.exports = {
|
||||
apis: [
|
||||
'apis/introduction',
|
||||
'apis/domains',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Rate Limits',
|
||||
collapsed: true,
|
||||
items: [
|
||||
'legal/rate-limit-policy',
|
||||
'apis/ratelimits/accounts',
|
||||
'apis/ratelimits/api',
|
||||
],
|
||||
},
|
||||
'apis/apis',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Proto API Definition',
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
items: [
|
||||
'apis/proto/auth',
|
||||
'apis/proto/management',
|
||||
@@ -120,7 +130,7 @@ module.exports = {
|
||||
{
|
||||
type: 'category',
|
||||
label: 'OpenID Connect & OAuth',
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
items: [
|
||||
'apis/openidoauth/endpoints',
|
||||
'apis/openidoauth/scopes',
|
||||
@@ -134,5 +144,29 @@ module.exports = {
|
||||
'concepts/introduction',
|
||||
'concepts/architecture',
|
||||
'concepts/principles',
|
||||
]
|
||||
],
|
||||
legal: [
|
||||
'legal/introduction',
|
||||
'legal/terms-of-service',
|
||||
'legal/data-processing-agreement',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Service Descriptions',
|
||||
collapsed: false,
|
||||
items: [
|
||||
'legal/service-level-description',
|
||||
'legal/support-services',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Policies',
|
||||
collapsed: false,
|
||||
items: [
|
||||
'legal/privacy-policy',
|
||||
'legal/acceptable-use-policy',
|
||||
'legal/rate-limit-policy'
|
||||
],
|
||||
}
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user