Skip to content

Commit aaed666

Browse files
committed
fix: Update to readme, demo, added cdn scripts
1 parent dc7fc40 commit aaed666

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/CoCreateJS-objects.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,10 @@ <h4><span>data</span> <span class="cocreate-badge success">object</span> <span c
10601060
</div>
10611061

10621062
</div>
1063-
</main>
1063+
<button href="https://github.com/CoCreate-app/CoCreateJS/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
1064+
<i class="fas fa-pencil-alt"></i>
1065+
</button>
1066+
</main>
10641067
<script>
10651068
var config = {
10661069
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',

docs/apikey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
var config = {
1010
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
1111
organization_Id: '5de0387b12e200ea63204d6c',
12-
// host: 'wss://ws.cocreate.app'
12+
// host: 'wss://server.cocreate.app:8088'
1313
}

docs/elements.html

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -456,29 +456,20 @@ <h4><span>data-broadcast_sender</span> <span class="cocreate-badge success">stri
456456
</div>
457457
</div>
458458

459-
<button href="https://github.com/CoCreate-app/CoCreateJS/tree/master/documentation/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
459+
<button href="https://github.com/CoCreate-app/CoCreateJS/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
460460
<i class="fas fa-pencil-alt"></i>
461461
</button>
462-
463462
</main>
464463

465-
<!---<script>
466-
var config = {
467-
apiKey: '2061acef-0451-4545-f754-60cf8160',
468-
securityKey: '073daff2-5142-4402-cf59-48e205ef',
469-
organization_Id: '5ff747727005da1c272740ab',
470-
host: 'wss://general.cocreate.app'
471-
}
472-
</script>-->
473464
<script>
474465
var config = {
475466
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
476-
organization_Id: '5de0387b12e200ea63204d6c'
467+
organization_Id: '5de0387b12e200ea63204d6c',
468+
host: 'wss://server.cocreate.app:8088'
477469
}
478470
</script>
479-
480471
<!--CoCreateJS-->
481-
<script src="https://server.cocreate.app/CoCreateJS/dist/CoCreate.js"></script>
482-
472+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
473+
483474
</body>
484475
</html>

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ <h1 class="font-size:1.5rem text-transform:uppercase">Thirdparty API Intergratio
208208
</div>
209209
</section>
210210

211+
<button href="https://github.com/CoCreate-app/CoCreateJS/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
212+
<i class="fas fa-pencil-alt"></i>
213+
</button>
211214
</main>
212215

213216
<!-- Footer -->

docs/introduction.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ <h1>Getting Started</h1>
5858
&lt;/body&gt;
5959
&lt;/html&gt;
6060
</code></pre>
61+
<button href="https://github.com/CoCreate-app/CoCreateJS/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
62+
<i class="fas fa-pencil-alt"></i>
63+
</button>
6164
</main>
6265

6366
<script>

0 commit comments

Comments
 (0)