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:
mffap
2021-08-23 15:28:23 +02:00
committed by GitHub
parent 79e801e609
commit 7993d92907
8 changed files with 424 additions and 17 deletions

View File

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