-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathposdealers.toc.js
60 lines (60 loc) · 2.95 KB
/
posdealers.toc.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module.exports = {
gettingStartedPosDealers: [
{
type: 'category',
label: 'Get started',
items: [
'getting-started/posdealers/README',
'getting-started/posdealers/distribution-model',
'getting-started/posdealers/rollout-presentations',
'getting-started/posdealers/support',
{
type: 'category',
label: 'Products',
items: [
'getting-started/posdealers/01-products/README',
'getting-started/posdealers/01-products/carefree-with-tse',
'getting-started/posdealers/01-products/carefree-without-tse'
]
},
{
type: 'category',
label: 'Pre-Sales',
items: [
'getting-started/posdealers/02-pre-sales/README',
'getting-started/posdealers/02-pre-sales/dealer-pricelist',
'getting-started/posdealers/02-pre-sales/01-purchase-agreement',
'getting-started/posdealers/02-pre-sales/02-purchase',
'getting-started/posdealers/02-pre-sales/automated-rollout',
'getting-started/posdealers/02-pre-sales/benefits-for-posdealers',
'getting-started/posdealers/02-pre-sales/entitlements',
'getting-started/posdealers/02-pre-sales/rollout-scenarios',
'getting-started/posdealers/02-pre-sales/purchase-requirements',
]
},
{
type: 'category',
label: 'Sales',
items: [
'getting-started/posdealers/03-sales/README',
'getting-started/posdealers/03-sales/04c-masterdata-creation',
'getting-started/posdealers/03-sales/05-configuration-activation',
'getting-started/posdealers/03-sales/firewall-settings'
]
},
{
type: 'category',
label: 'After-Sales',
items: [
'getting-started/posdealers/04-after-sales/README',
'getting-started/posdealers/04-after-sales/troubleshooting-firewall',
'getting-started/posdealers/04-after-sales/troubleshooting-tse-as-a-service',
'getting-started/posdealers/04-after-sales/troubleshooting-hardware-tse-reklamation',
'getting-started/posdealers/04-after-sales/how-to-mass-update-configuration',
'getting-started/posdealers/04-after-sales/how-to-switch-scu'
]
}
]
},
]
}