forked from Stun3R/isstrapiready
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
42 lines (42 loc) · 868 Bytes
/
data.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
{
"advancements": {
"data": [
{
"id": "codebase",
"attributes": {
"percent": 0,
"type": "codebase",
"title": "Codebase"
}
},
{
"id": "documentation",
"attributes": {
"percent": 0,
"type": "documentation",
"title": "Documentation"
}
}
]
},
"plugins": {
"data": [
{
"attributes": {
"name": "strapi-plugin-config-sync",
"link": "https://github.com/pluginpal/strapi-plugin-config-sync",
"author": "PluginPal",
"status": "ready"
}
}
],
"meta": { "pagination": { "total": "100" } } },
"version": {
"attributes": {
"isReleased": false,
"name": "5",
"announce": "https://strapi.io",
"latest": "5.0.0-beta.7"
}
}
}