-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathresourceDOCS.html
382 lines (374 loc) · 14.1 KB
/
resourceDOCS.html
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<script>
function showMenu(menu) {
document.body.classList.remove('composable', 'composer', 'payments', 'api', 'cm', 'developer', 'selfmanaged', 'studio', 'plugin', 'pxm');
document.body.classList.add(menu);
}
window.showMenu = showMenu;
</script>
<div class="docs-dropdown flex max-w-lg flex-col rounded-2xl lg:min-w-[580px]">
<div class="flex flex-col p-4 lg:min-h-[300px] lg:flex-row">
<div class="flex flex-1 flex-col gap-4">
<!-- API -->
<a
data-dropdown-docs-menu="api"
onfocus="document.body.setAttribute('docs-menu', 'api')"
onmouseover="document.body.setAttribute('docs-menu', 'api')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/api"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/rest-api-icon.svg"
class="h-6 w-6"
alt="RestAPI Documentation"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">
API Documentation
</div>
<p class="mb-0 text-left text-sm text-text-400">
API Reference and OpenAPI specifications for Elastic Path Services
</p>
</div>
</a>
<!-- CM Docs -->
<a
data-dropdown-docs-menu="cm"
onfocus="document.body.setAttribute('docs-menu', 'cm')"
onmouseover="document.body.setAttribute('docs-menu', 'cm')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/ui"
datautmcampaign="commerce-manager"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/cm.svg"
class="h-6 w-6"
alt="Commerce Manager"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Commerce Manager</div>
<p class="mb-0 text-left text-sm text-text-400">
A web-based user interface to manage your Elastic Path services.
</p>
</div>
</a>
<!-- PXM Docs -->
<a
data-dropdown-docs-menu="pxm"
onfocus="document.body.setAttribute('docs-menu', 'pxm')"
onmouseover="document.body.setAttribute('docs-menu', 'pxm')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/pxm"
datautmcampaign="pxm"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/pxm.svg"
class="h-6 w-6"
alt="Commerce Manager"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Product Experience Manager</div>
<p class="mb-0 text-left text-sm text-text-400">
Merchandise your products, catalogs, pricing.
</p>
</div>
</a>
<!-- Subscription Docs -->
<a
data-dropdown-docs-menu="subs"
onfocus="document.body.setAttribute('docs-menu', 'subs')"
onmouseover="document.body.setAttribute('docs-menu', 'subs')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/subscriptions"
datautmcampaign="subscriptions"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/subscriptions.svg"
class="h-6 w-6"
alt="Subscriptions"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Subscriptions</div>
<p class="mb-0 text-left text-sm text-text-400">
Drive recurring revenue.
</p>
</div>
</a>
<!-- Orders -->
<a
data-dropdown-docs-menu="carts"
onfocus="document.body.setAttribute('docs-menu', 'carts')"
onmouseover="document.body.setAttribute('docs-menu', 'carts')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/orders"
datautmcampaign="carts"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/cart.svg"
class="h-6 w-6"
alt="EP Payments"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Carts, Checkout & Orders</div>
<p class="mb-0 text-left text-sm text-text-400">
Manage carts and orders
</p>
</div>
</a>
<!-- Composer
<a
data-dropdown-docs-menu="composer"
onfocus="document.body.setAttribute('docs-menu', 'composer')"
onmouseover="document.body.setAttribute('docs-menu', 'composer')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/docs/composer"
>
<div class="flex-shrink-0">
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Composer</div>
<p class="mb-0 text-left text-sm text-text-400">
Guides and API reference
</p>
</div>
</a>-->
<!-- Studio -->
<a
data-dropdown-docs-menu="studio"
onfocus="document.body.setAttribute('docs-menu', 'studio')"
onmouseover="document.body.setAttribute('docs-menu', 'studio')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/docs/studio"
datautmcampaign="studio"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/studio.svg"
class="h-6 w-6"
alt="Studio"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Studio</div>
<p class="mb-0 text-left text-sm text-text-400">
Landing pages & storefronts.
</p>
</div>
</a>
<!-- Composer -->
<a
data-dropdown-docs-menu="composer"
onfocus="document.body.setAttribute('docs-menu', 'composer')"
onmouseover="document.body.setAttribute('docs-menu', 'composer')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/docs/composer"
datautmcampaign="composer"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/builder.svg"
class="h-6 w-6"
alt="Composer"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Composer</div>
<p class="mb-0 text-left text-sm text-text-400">
Composer is a vertical-specific commerce intelligence IPaaS.
</p>
</div>
</a>
<!-- Payments -->
<a
data-dropdown-docs-menu="payments"
onfocus="document.body.setAttribute('docs-menu', 'payments')"
onmouseover="document.body.setAttribute('docs-menu', 'payments')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/docs/payments"
datautmcampaign="payments"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/payments.svg"
class="h-6 w-6"
alt="EP Payments"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Payments</div>
<p class="mb-0 text-left text-sm text-text-400">
Elastic Path Payments, Powered by Stripe
</p>
</div>
</a>
<!-- Developer Tools -->
<a
data-dropdown-docs-menu="developer"
onfocus="document.body.setAttribute('docs-menu', 'developer')"
onmouseover="document.body.setAttribute('docs-menu', 'developer')"
class="flex cursor-pointer !mt-2 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="/docs/developer-tools"
datautmcampaign="developer-tools"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/developer.svg"
class="h-6 w-6"
alt="Developer Tools"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1 ">
<div class="text-base font-semibold">Developer Tools</div>
<p class="mb-0 text-left text-sm text-text-400">
SDKs, Composable CLI Frontend, Postman Collections
</p>
</div>
</a>
<!--Self Managed-->
<a
data-dropdown-docs-menu="selfmanaged"
onfocus="document.body.setAttribute('docs-menu', 'selfmanaged')"
onmouseover="document.body.setAttribute('docs-menu', 'selfmanaged')"
class="flex cursor-pointer !mt-4 items-start justify-start gap-2 border-none bg-transparent text-black dark:text-white"
href="https://documentation.elasticpath.com"
target="_blank"
datautmcampaign="self-managed"
>
<div class="flex-shrink-0">
<img
src="/icons/resourceDocs/selfmanaged.svg"
class="h-6 w-6"
alt="Self Managed Commerce"
/>
</div>
<div class="flex flex-col items-start justify-start gap-1">
<div class="text-base font-semibold">Self Managed Commerce</div>
<p class="mb-0 text-left text-sm text-text-400">
Guides and API reference for Self Managed Commerce
</p>
</div>
</a>
</div>
<!--Composable Commerce
<div class="flex-1 p-6">
<div class="flex flex-col gap-2" data-dropdown-docs="composable">
<div class="flex flex-1 flex-col">
<h3 class="!mb-0.5">Composable Commerce Documentation</h3>
<span class="none hidden text-sm font-normal lg:block">
Explore our guides and product documentation</span
>
<ul class="docs-ul">
<li>
<a href="/docs/commerce-cloud" class="docs-link">
Commerce
</a>
</li>
<li>
<a href="/docs/commerce-cloud/api-overview" class="docs-link">
API Overview
</a>
</li>
</ul>
</div>
</div>-->
<!--subscriptions
<div class="flex flex-col gap-2" data-dropdown-docs="subscriptions">
<div class="flex w-full gap-2">
<div class="flex-1">
<h3>Subscriptions</h3>
<ul class="list-none pl-0">
<li>
<a href="/docs/subscriptions/" class="docs-link">
Overview
</a>
</li>
<li>
<a href="/api/docs/subscriptions/subscriptions-overview" class="docs-link">
API Documentation
</a>
</li>
</ul>
</div>
</div>
</div>-->
<!--carts
<div class="flex flex-col gap-2" data-dropdown-docs="carts">
<div class="flex w-full gap-2">
<div class="flex-1">
<h3>Carts, Checkout & Orders</h3>
<ul class="list-none pl-0">
<li>
<a href="/orders" class="docs-link">
Overview
</a>
</li>
<li>
<a href="/docs/api/carts/elastic-path-composable-commerce" class="docs-link">
API Documentation
</a>
</li>
</ul>
</div>
</div>
</div>-->
<!--Studio
<div class="flex flex-col gap-2" data-dropdown-docs="studio">
<div class="flex w-full gap-2">
<div class="flex-1">
<h3>Studio</h3>
<ul class="list-none pl-0">
<li>
<a href="/docs/studio" class="docs-link">
Overview
</a>
</li>
</ul>
</div>
</div>
</div>-->
<!-- <div class="flex gap-2" data-dropdown-docs="plugin">
<div class="flex-1">
<h3>Core Docs</h3>
<ul class="list-none pl-0">
<li>
<a href="/plugin-docs" class="docs-link">
<img src="/static/landing-page/docs-icons/js.png" />
Javascript
</a>
</li>
</ul>
</div>
</div> -->
<!-- <div class="flex flex-col gap-2" data-dropdown-docs="selfmanaged">
<div class="flex w-full gap-2">
<div class="flex-1">
<h3>Links to services</h3>
<ul class="list-none pl-0">
<li>
<a href="https://documentation.elasticpath.com" class="docs-link">
Link Name
</a>
</li>
<li>
<a href="https://documentation.elasticpath.com" class="docs-link">
Link Name
</a>
</li>
<li>
<a href="https://documentation.elasticpath.com" class="docs-link">
Link Name
</a>
</li>
</ul>
</div>
</div>
</div> -->