|
1 | 1 | module.exports = { |
2 | | - 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" |
| 2 | + "config": { |
| 3 | + "apiKey": "2061acef-0451-4545-f754-60cf8160", |
| 4 | + "organization_Id": "5ff747727005da1c272740ab", |
| 5 | + "host": "general.cocreate.app" |
7 | 6 | }, |
8 | | - |
9 | | - sources: [{ |
10 | | - path: "./docs/index.html", |
11 | | - collection: "files", |
12 | | - document_id: "6020ce06b526e5753d0ecb7d", |
13 | | - key: "html", |
14 | | - data:{ |
15 | | - name: "Dashboard Doc", |
16 | | - } |
17 | | - }, |
18 | | - ], |
19 | | - |
20 | | - crud: [{ |
21 | | - collection: "routes", |
22 | | - document_id: "6020ce06b526e5753d0ecb7c", |
23 | | - data:{ |
24 | | - collection: "files", |
25 | | - document_id: "6020ce06b526e5753d0ecb7d", |
26 | | - name: "html", |
27 | | - domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"], |
28 | | - route: "/docs/dashboard", |
| 7 | + |
| 8 | + "sources": [{ |
| 9 | + "entry": "./docs/index.html", |
| 10 | + "collection": "files", |
| 11 | + "document_id": "6020ce06b526e5753d0ecb7d", |
| 12 | + "key": "src", |
| 13 | + "data":{ |
| 14 | + "name": "index.html", |
| 15 | + "path": "/docs/dashboard/index.html", |
| 16 | + "domains": [ |
| 17 | + "general.cocreate.app" |
| 18 | + ], |
| 19 | + "directory": "/docs/dashboard", |
| 20 | + "content-type": "text/html", |
| 21 | + "public": "true", |
| 22 | + "website_id": "61381ed8829b690010a4f2b2" |
29 | 23 | } |
30 | 24 | } |
31 | 25 | ], |
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 | + |
| 27 | + "extract": { |
| 28 | + "directory": "./src/", |
| 29 | + "extensions": [ |
| 30 | + "js", |
| 31 | + "css", |
| 32 | + "html" |
| 33 | + ], |
| 34 | + "ignores": [ |
| 35 | + "node_modules", |
| 36 | + "vendor", |
| 37 | + "bower_components", |
| 38 | + "archive" |
| 39 | + ] |
| 40 | + } |
47 | 41 | } |
| 42 | + |
0 commit comments