@@ -7,53 +7,52 @@ module.exports = {
77 } ,
88
99 sources : [
10- {
11- path : "./docs/index.html" ,
12- collection : "website-pages" ,
13- document_id : "5fcd7624a1e91e001085a053" ,
14- key : "html" ,
15- data :{
16- name : "CoCreateJS Doc" ,
17- }
18- } ,
1910 // {
20- // path: "./docs/index.html",
11+ // entry: "./docs/index.html",
12+ // collection: "website-pages",
13+ // document_id: "5fcd7624a1e91e001085a053",
14+ // key: "src",
15+ // data:{
16+ // name: "CoCreateJS Doc",
17+ // domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
18+ // path: "/docs",
19+ // }
20+ // },
21+ // {
22+ // entry: "./docs/introduction.html",
23+ // collection: "files",
24+ // document_id: "60888216117c640e7596303f",
25+ // key: "src",
26+ // data:{
27+ // name: "CoCreateJS Intro Doc",
28+ // domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
29+ // path: "/docs/intro",
30+ // }
31+ // },
32+ // {
33+ // entry: "./docs/elements.html",
2134 // collection: "files",
22- // document_id: "602726f95e697f4f26a98a57 ",
35+ // document_id: "6084db6968177d4c2f556fd7 ",
2336 // key: "html",
2437 // data:{
25- // name: "CoCreateJS Doc",
38+ // name: "CoCreateJS Elements Doc",
39+ // domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
40+ // path: "/docs/elements",
41+ // }
42+ // },
43+ // {
44+ // entry: "./docs/CoCreateJS-objects.html",
45+ // collection: "files",
46+ // document_id: "60888216117c640e75963040",
47+ // key: "src",
48+ // data:{
49+ // name: "CoCreateJS Objects Doc",
50+ // domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
51+ // path: "/docs/cocreatejs-objects",
2652 // }
2753 // },
2854 {
29- path : "./docs/introduction.html" ,
30- collection : "files" ,
31- document_id : "60888216117c640e7596303f" ,
32- key : "html" ,
33- data :{
34- name : "CoCreateJS Intro Doc" ,
35- }
36- } ,
37- {
38- path : "./docs/elements.html" ,
39- collection : "files" ,
40- document_id : "6084db6968177d4c2f556fd7" ,
41- key : "html" ,
42- data :{
43- name : "CoCreateJS Elements Doc" ,
44- }
45- } ,
46- {
47- path : "./docs/CoCreateJS-objects.html" ,
48- collection : "files" ,
49- document_id : "60888216117c640e75963040" ,
50- key : "html" ,
51- data :{
52- name : "CoCreateJS Objects Doc" ,
53- }
54- } ,
55- {
56- path : "./docs/menu.html" ,
55+ entry : "./docs/menu.html" ,
5756 collection : "components" ,
5857 document_id : "603717b07de7fb350ae9fec8" ,
5958 key : "html" ,
@@ -62,71 +61,17 @@ module.exports = {
6261 }
6362 } ,
6463 {
65- path : "./docs/navbar.html" ,
64+ entry : "./docs/navbar.html" ,
6665 collection : "components" ,
6766 document_id : "60395ef42b3ac232657040fd" ,
6867 key : "html" ,
6968 data :{
7069 name : "CoCreateJS Doc Navbar" ,
7170 }
7271 } ,
73- // {
74- // path: "./docs/elements.html",
75- // collection: "files",
76- // document_id: "6084db6968177d4c2f556fd7",
77- // key: "html",
78- // data:{
79- // name: "CoCreateJS Elements Doc",
80- // }
81- // },
8272 ] ,
8373
84- crud : [ {
85- collection : "routes" ,
86- document_id : "602726f95e697f4f26a98a56" ,
87- data :{
88- collection : "files" ,
89- document_id : "602726f95e697f4f26a98a57" ,
90- name : "html" ,
91- domains : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
92- route : "/docs" ,
93- }
94- } ,
95- {
96- collection : "routes" ,
97- document_id : "60888216117c640e7596303d" ,
98- data :{
99- collection : "files" ,
100- document_id : "60888216117c640e7596303f" ,
101- name : "html" ,
102- domains : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
103- route : "/docs/intro" ,
104- }
105- } ,
106- {
107- collection : "routes" ,
108- document_id : "6084db6968177d4c2f556fd6" ,
109- data :{
110- collection : "files" ,
111- document_id : "6084db6968177d4c2f556fd7" ,
112- name : "html" ,
113- domains : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
114- route : "/docs/elements" ,
115- }
116- } ,
117- {
118- collection : "routes" ,
119- document_id : "60888216117c640e7596303e" ,
120- data :{
121- collection : "files" ,
122- document_id : "60888216117c640e75963040" ,
123- name : "html" ,
124- domains : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
125- route : "/docs/cocreatejs-objects" ,
126- }
127- } ,
128- ] ,
129-
74+
13075 extract : {
13176 directory : "./src/" ,
13277 extensions : [
0 commit comments