-
Notifications
You must be signed in to change notification settings - Fork 41
/
sidebarsDocsJava.js
110 lines (110 loc) · 3.11 KB
/
sidebarsDocsJava.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
module.exports = {
docsJavaSidebar: [
'overview-cloud-sdk-for-java',
'getting-started',
{
type: 'category',
label: 'Features',
items: [
{
type: 'category',
label: 'OData',
items: [
'features/odata/overview',
'features/odata/vdm-generator',
'features/odata/v2-vdm-client',
'features/odata/v4-vdm-client',
'features/odata/generic-untyped-odata-client'
]
},
{
type: 'category',
label: 'OpenAPI',
items: [
'features/rest/overview',
'features/rest/generate-rest-client'
]
},
'features/bapi-and-rfc/overview',
{
type: 'category',
label: 'Connectivity',
items: [
'features/connectivity/destination-service',
'features/connectivity/btp-destination-service',
'features/connectivity/on-premise',
'features/connectivity/service-bindings',
'features/connectivity/http-destinations',
'features/connectivity/http-client',
'features/connectivity/running-locally',
'features/connectivity/mtls'
]
},
{
type: 'category',
label: 'Multitenancy',
items: ['features/multi-tenancy/thread-context']
},
{
type: 'category',
label: 'Resilience & Caching',
items: [
'features/resilience/resilience',
'features/resilience/caching'
]
}
]
},
{
type: 'category',
label: 'Environments',
items: [
'environments/overview',
'environments/cloud-foundry',
'environments/kubernetes-gardener',
'environments/kubernetes-kyma'
]
},
{
type: 'category',
label: 'Guides',
items: [
'guides/5.0-upgrade-steps',
'guides/manage-dependencies',
'guides/cap-sdk-integration',
'guides/logging-overview',
'guides/spring-boot-war-deployment',
'guides/tutorial-overview-sdk-java',
'guides/cloud-foundry-xsuaa-service',
'guides/cf-deploy',
'guides/cf-cli',
'guides/sap-cloud-sdk-linux-how-to'
]
},
{
type: 'category',
label: 'Video Tutorials',
items: [
'video/video-tutorial-about-getting-started-with-sap-cloud-sdk-for-java',
'video/video-tutorial-about-type-safe-client-generator-for-odata-with-sap-cloud-sdk-for-java',
'video/video-tutorial-about-connectivity--for-odata-with-sap-cloud-sdk-for-java',
'video/video-tutorial-about-calling-odata-v4-services-via-type-safe-client'
]
},
'troubleshooting-frequent-problems',
'release-policy',
'release-notes',
'support',
'frequently-asked-questions',
{
type: 'link',
label: 'API Reference',
href: 'pathname:///java-api/v5/index.html'
},
{
type: 'link',
label: 'Maven Central',
href: 'https://central.sonatype.com/search?q=g:com.sap.cloud.sdk*&smo=true'
}
]
};