@@ -6,33 +6,53 @@ module.exports = {
6
6
host : "server.cocreate.app:8088"
7
7
} ,
8
8
9
- sources : [ {
10
- path : "./docs/index.html" ,
11
- collection : "files" ,
12
- document_id : "602726f95e697f4f26a98a57" ,
13
- key : "html" ,
14
- data :{
15
- name : "CoCreateJS Doc" ,
16
- }
17
- } ,
18
- {
19
- path : "./docs/menu.html" ,
20
- collection : "components" ,
21
- document_id : "603717b07de7fb350ae9fec8" ,
22
- key : "html" ,
23
- data :{
24
- name : "CoCreateJS Doc Menu" ,
25
- }
26
- } ,
9
+ sources : [
10
+ // {
11
+ // path: "./docs/index.html",
12
+ // collection: "files",
13
+ // document_id: "602726f95e697f4f26a98a57",
14
+ // key: "html",
15
+ // data:{
16
+ // name: "CoCreateJS Doc",
17
+ // }
18
+ // },
27
19
{
28
- path : "./docs/navbar .html" ,
29
- collection : "components " ,
30
- document_id : "60395ef42b3ac232657040fd " ,
20
+ path : "./docs/elements .html" ,
21
+ collection : "files " ,
22
+ document_id : "6084db6968177d4c2f556fd7 " ,
31
23
key : "html" ,
32
24
data :{
33
- name : "CoCreateJS Doc Navbar " ,
25
+ name : "CoCreateJS Elements Doc " ,
34
26
}
35
27
} ,
28
+
29
+ // {
30
+ // path: "./docs/menu.html",
31
+ // collection: "components",
32
+ // document_id: "603717b07de7fb350ae9fec8",
33
+ // key: "html",
34
+ // data:{
35
+ // name: "CoCreateJS Doc Menu",
36
+ // }
37
+ // },
38
+ // {
39
+ // path: "./docs/navbar.html",
40
+ // collection: "components",
41
+ // document_id: "60395ef42b3ac232657040fd",
42
+ // key: "html",
43
+ // data:{
44
+ // name: "CoCreateJS Doc Navbar",
45
+ // }
46
+ // },
47
+ // {
48
+ // path: "./docs/elements.html",
49
+ // collection: "files",
50
+ // document_id: "6084db6968177d4c2f556fd7",
51
+ // key: "html",
52
+ // data:{
53
+ // name: "CoCreateJS Elements Doc",
54
+ // }
55
+ // },
36
56
] ,
37
57
38
58
crud : [ {
@@ -43,7 +63,18 @@ module.exports = {
43
63
document_id : "602726f95e697f4f26a98a57" ,
44
64
name : "html" ,
45
65
domains : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
46
- route : "/docs/CoCreateJS" ,
66
+ route : "/docs" ,
67
+ }
68
+ } ,
69
+ {
70
+ collection : "routes" ,
71
+ document_id : "6084db6968177d4c2f556fd6" ,
72
+ data :{
73
+ collection : "files" ,
74
+ document_id : "6084db6968177d4c2f556fd7" ,
75
+ name : "html" ,
76
+ domains : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
77
+ route : "/docs/elements" ,
47
78
}
48
79
}
49
80
] ,
0 commit comments