Skip to content

Commit 95c86b2

Browse files
committed
fix: readme and documentation. Removed securitykeys
1 parent e209ef1 commit 95c86b2

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

demo/render.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ <h1>Paste in your browser console</h1>
9292
<script>
9393
var config = {
9494
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
95-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
96-
organization_Id: '5de0387b12e200ea63204d6c'
95+
organization_Id: '5de0387b12e200ea63204d6c'
9796
}
9897
</script>
9998
</body>

docs/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<div class="display:flex align-items:center">
2121
<h2>CoCreate-render</h2>
2222
</div>
23-
<div class="display:flex align-items:center font-size:20px" data-share_height="600" data-share_width="500" data-share_media="https://via.placeholder.com/300/09f/fff.png"> <a href="https://github.com/CoCreate-app/CoCreate-dnd" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a> <a class="margin-right:15px" data-share_network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a> <a class="margin-right:15px" data-share_network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a> <a class="margin-right:15px" data-share_network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a> <a class="margin-right:15px" data-share_network='share' title="Share on share"><i class="fas fa-share-alt"></i></a> </div>
23+
<div class="display:flex align-items:center font-size:20px" data-share_network="true" data-share_text="Enter decription here" data-share_title="testing im a title" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/boilerplate.png"> <a href="https://github.com/CoCreate-app/CoCreate-dnd" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a> <a class="margin-right:15px" data-share_network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a> <a class="margin-right:15px" data-share_network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a> <a class="margin-right:15px" data-share_network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a> <a class="margin-right:15px" data-share_network='share' title="Share on share"><i class="fas fa-share-alt"></i></a> </div>
2424
</div>
2525
<p class="max-width:500px margin:20px_10px">CoCreate-render javascript component. Easy configuration using data-attributes and highly styleable.</p>
2626
<div id="render-section" class="display:flex flex-wrap:wrap">
2727
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">
2828
<div id="render-install" class="border-bottom:1px_solid_lightgrey">
29-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#render-install"]'>
29+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#render-install"]'>
3030
<h2 class="padding:5px_0px">Install</h2>
3131
<a class="margin-left:10px display:none" href="#render-install"><i class="fas fa-link"></i></a>
3232
</span>
@@ -37,7 +37,7 @@ <h2 class="padding:5px_0px">Install</h2>
3737
<p class="padding:10px_0px">for styling please refer to #id-style</p>
3838

3939
<div id="render-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey">
40-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#render-usage"]'>
40+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#render-usage"]'>
4141
<h2 class="padding:5px_0px">Usage</h2>
4242
<a class="margin-left:10px display:none" href="#render-usage"><i class="fas fa-link"></i></a>
4343
</span>
@@ -127,7 +127,7 @@ <h4 class="margin-top:40px padding:5px_0px">CoCreate-render usage</h4>
127127
</code></pre>
128128

129129
<div id="render-attributes" class="margin-top:80px border-bottom:1px_solid_lightgrey">
130-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#render-attributes"]'>
130+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#render-attributes"]'>
131131
<h2 class="padding:5px_0px">Attributes</h2>
132132
<a class="margin-left:10px display:none" href="#render-attributes"><i class="fas fa-link"></i></a>
133133
</span>
@@ -204,7 +204,7 @@ <h2 class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">Ev
204204
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
205205
<!-- SandBox -->
206206
<div id="render-demo" class="border-bottom:1px_solid_lightgrey">
207-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#render-demo"]'>
207+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#render-demo"]'>
208208
<h2 class="padding:5px_0px">Demo</h2>
209209
<a class="margin-left:10px display:none" href="#render-demo"><i class="fas fa-link"></i></a>
210210
</span>
@@ -234,8 +234,7 @@ <h2 class="padding:5px_0px">Demo</h2>
234234
<script>
235235
var config = {
236236
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
237-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
238-
organization_Id: '5de0387b12e200ea63204d6c'
237+
organization_Id: '5de0387b12e200ea63204d6c'
239238
}
240239
</script>
241240
<!--CoCreateJS-->

0 commit comments

Comments
 (0)