File tree Expand file tree Collapse file tree 2 files changed +38
-43
lines changed Expand file tree Collapse file tree 2 files changed +38
-43
lines changed Original file line number Diff line number Diff line change 11module . 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"
76 } ,
8-
9- sources : [ {
10- path : "./docs/index.html" ,
11- collection : "files" ,
12- document_id : "" ,
13- key : "html" ,
14- data :{
15- name : "Utils 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/utils" ,
7+
8+ "sources" : [ {
9+ "entry" : "./docs/index.html" ,
10+ "collection" : "files" ,
11+ "document_id" : "" ,
12+ "key" : "src" ,
13+ "data" :{
14+ "name" : "index.html" ,
15+ "path" : "/docs/utils/index.html" ,
16+ "domains" : [
17+ "general.cocreate.app"
18+ ] ,
19+ "directory" : "/docs/utils" ,
20+ "content-type" : "text/html" ,
21+ "public" : "true" ,
22+ "website_id" : "61381ed8829b690010a4f2b2"
2923 }
3024 }
3125 ] ,
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+ }
4741}
42+
Original file line number Diff line number Diff line change 1818
1919
2020 < body >
21- < nav class ="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px " main-content_id ="content " scroll ="sticky-nav,hide-nav " scroll-up ="10 " scroll-down ="10 " collection ="components " document_id ="60395ef42b3ac232657040fd " name ="html ">
21+ < nav class ="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px " main-content_id ="content " scroll ="sticky-nav,hide-nav " scroll-up ="10 " scroll-down ="10 " collection ="files " document_id ="60395ef42b3ac232657040fd " name ="src ">
2222 </ nav >
2323 < sidenav id ="menuL " class ="cocreate-sidenav background:whitesmoke " data-main_content ="content " sidenav-default_desktop ="expanded " sidenav-default_tablet ="offcanvas " sidenav-ontoggle_desktop ="offcanvas " sidenav-ontoggle_tablet ="expanded ">
24- < menu collection ="components " document_id ="603717b07de7fb350ae9fec8 " name ="html "> </ menu >
24+ < menu collection ="files " document_id ="603717b07de7fb350ae9fec8 " name ="src "> </ menu >
2525 < div class ="resizeHandler "> </ div >
2626 </ sidenav >
2727 < main class ="padding-top:15px padding:15px@lg@xl " main-content_id ="content " id ="cocreate-utils ">
You can’t perform that action at this time.
0 commit comments