mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
docs(legal): add support service tos (#2234)
* wip
* add in sidebar
* wip
* term
* payment
* lapsed service fee
* wip
* mainteance and support process
* small changes
* service credit
* failure credits
* support services update
* termination, next: trainings
* checkup
* update dates
* service review
* delete termination clause from support-services
* Revert "update dates"
This reverts commit d5592b1869
.
* dates support tos and annex
* training & termination
* adds trainings to guides
* urgent escalation slo
* missing sentence in modification
* define unit
* remove termination period from term
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@caos.ch>
* from review
Co-authored-by: Maximilian Panne <maximilian.panne@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -92,6 +92,24 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Trainings',
|
||||
collapsed: false,
|
||||
items: [
|
||||
'guides/trainings/introduction',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Support Service',
|
||||
collapsed: true,
|
||||
items: [
|
||||
'guides/trainings/supportservice/operations',
|
||||
'guides/trainings/supportservice/application',
|
||||
'guides/trainings/supportservice/recurring',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
],
|
||||
apis: [
|
||||
@@ -180,6 +198,14 @@ module.exports = {
|
||||
'legal/dedicated-instance-annex',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Support Program',
|
||||
collapsed: false,
|
||||
items: [
|
||||
'legal/terms-support-service'
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Policies',
|
||||
|
Reference in New Issue
Block a user