forked from vuestorefront/shopware-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compatibility.json
35 lines (35 loc) · 879 Bytes
/
compatibility.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
{
"shopwareApiVersion": "6.4",
"instances": {
"6.3": {
"domain": "https://pwa-demo-api.shopware.com/prev/",
"apiKey": "SWSC40-LJTNO6COUEN7CJMXKLA"
},
"6.4": {
"domain": "https://pwa-demo-api.shopware.com/trunk/",
"apiKey": "SWSC40-LJTNO6COUEN7CJMXKLA"
},
"canary": {
"domain": "https://pwa-demo-api.shopware.com/trunk/",
"apiKey": "SWSC40-LJTNO6COUEN7CJMXKLA"
}
},
"docVersions": [
{
"text": "CHANGELOG",
"link": "https://github.com/vuestorefront/shopware-pwa/blob/master/CHANGELOG.md"
},
{
"text": "current",
"link": "https://shopware-pwa-docs.vuestorefront.io"
},
{
"text": "v0.10",
"link": "https://v0.10.shopware-pwa-docs.vuestorefront.io"
},
{
"text": "v0.9",
"link": "https://v0.9.shopware-pwa-docs.vuestorefront.io"
}
]
}