Skip to content

Commit 108b786

Browse files
committed
fix: update CoCreate.config.js, bump @cocreate/docs version
1 parent 230ee01 commit 108b786

File tree

2 files changed

+22
-43
lines changed

2 files changed

+22
-43
lines changed

CoCreate.config.js

Lines changed: 21 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,27 @@
11
module.exports = {
22
config: {
3-
apiKey: "c2b08663-06e3-440c-ef6f-13978b42883a",
4-
securityKey: "f26baf68-e3a9-45fc-effe-502e47116265",
5-
organization_Id: "5de0387b12e200ea63204d6c",
6-
host: "server.cocreate.app:8088"
3+
"apiKey": "2061acef-0451-4545-f754-60cf8160",
4+
"organization_Id": "5ff747727005da1c272740ab",
5+
"host": "general.cocreate.app"
76
},
8-
9-
sources: [{
10-
path: "./docs/index.html",
11-
collection: "files",
12-
document_id: "",
13-
key: "html",
14-
data:{
15-
name: "node-autoscaler Doc",
16-
}
17-
},
18-
],
19-
20-
crud: [{
21-
collection: "routes",
22-
document_id: "",
23-
data:{
24-
collection: "files",
25-
document_id: "",
26-
name: "html",
27-
domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
28-
route: "/docs/node-autoscaler",
7+
"sources": [
8+
{
9+
"entry": "./docs/index.html",
10+
"collection": "files",
11+
"document_id": "",
12+
"key": "src",
13+
"data": {
14+
"name": "index.html",
15+
"path": "/docs/node-autoscaler/index.html",
16+
"domains": [
17+
"cocreate.app",
18+
"general.cocreate.app"
19+
],
20+
"directory": "/docs/node-autoscaler",
21+
"content-type": "text/html",
22+
"public": "true",
23+
"website_id": "5ffbceb7f11d2d00103c4535"
2924
}
3025
}
31-
],
32-
33-
extract: {
34-
directory: "./src/",
35-
extensions: [
36-
"js",
37-
"css",
38-
"html"
39-
],
40-
ignores: [
41-
"node_modules",
42-
"vendor",
43-
"bower_components",
44-
"archive"
45-
],
46-
}
26+
]
4727
}
48-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"webpack-log": "^3.0.1"
5151
},
5252
"dependencies": {
53-
"@cocreate/docs": "^1.0.3"
53+
"@cocreate/docs": "^1.2.68"
5454
}
5555
}

0 commit comments

Comments
 (0)