-
Notifications
You must be signed in to change notification settings - Fork 41
/
typedoc.json
46 lines (46 loc) · 1.27 KB
/
typedoc.json
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
{
"name": "Spree SDK packages",
"entryPointStrategy": "packages",
"entryPoints": [
"packages/sdk-storefront",
"packages/sdk-platform",
"packages/sdk-fetcher-node",
"packages/sdk-fetcher-axios"
],
"out": "docs",
"sort": ["static-first"],
"disableSources": true,
"pluginPages": {
"pages": [
{
"title": "Spree SDK packages",
"moduleRoot": true,
"children": [
{ "title": "Quick start", "source": "quick-start.md" },
{ "title": "Storefront checkout flow", "source": "checkout-flow.md" },
{ "title": "Response schema", "source": "response-schema.md" },
{ "title": "Tokens", "source": "tokens.md" },
{ "title": "Helpers", "source": "helpers.md" },
{ "title": "Alternative setups", "source": "alternative-setups.md" },
{ "title": "Switching the fetcher", "source": "switching-the-fetcher.md" }
]
},
{
"title": "@spree/storefront-api-v2-sdk",
"moduleRoot": true
},
{
"title": "@spree/platform-api-v2-sdk",
"moduleRoot": true
},
{
"title": "@spree/axios-fetcher",
"moduleRoot": true
},
{
"title": "@spree/node-fetcher",
"moduleRoot": true
}
]
}
}