Skip to content

Commit

Permalink
fix: CoCreate.config directory, path, name and public
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 9, 2021
1 parent 1c46305 commit 988f19a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
25 changes: 15 additions & 10 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
module.exports = {
"config": {
"apiKey": "c2b08663-06e3-440c-ef6f-13978b42883a",
"securityKey": "f26baf68-e3a9-45fc-effe-502e47116265",
"organization_Id": "5de0387b12e200ea63204d6c",
"host": "server.cocreate.app:8088"
},

"config": {
"apiKey": "2061acef-0451-4545-f754-60cf8160",
"organization_Id": "5ff747727005da1c272740ab",
"host": "general.cocreate.app"
},

"sources": [{
"entry": "./docs/index.html",
"collection": "files",
"document_id": "60206d5b3c260207bf49cab4",
"key": "src",
"data":{
"name": "modal Doc",
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
"path": "/docs/modal"
"name": "index.html",
"path": "/docs/modal/index.html",
"domains": [
"general.cocreate.app"
],
"directory": "/docs/modal",
"content-type": "text/html",
"public": "true",
"website_id": "61381ed8829b690010a4f2b2"
}
}
],
Expand Down
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@

<body>

<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">
<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">
</nav>
<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">
<menu collection="components" document_id="603717b07de7fb350ae9fec8" name="html"></menu>
<menu collection="files" document_id="603717b07de7fb350ae9fec8" name="src"></menu>
<div class="resizeHandler"></div>
</sidenav>
<main class="padding-top:15px padding:15px@lg@xl" main-content_id="content" id="cocreate-modal">
Expand Down

0 comments on commit 988f19a

Please sign in to comment.