Skip to content

Commit

Permalink
fix: readme and documentation. Removed securitykeys
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 23, 2021
1 parent c81a8b5 commit 68903d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions demo/CoCreate-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ <h6 id="page-page"></h6>
<script>
var config = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
organization_Id: '5de0387b12e200ea63204d6c'
organization_Id: '5de0387b12e200ea63204d6c'
}
</script>

Expand Down
3 changes: 1 addition & 2 deletions demo/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<script>
var config = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
organization_Id: '5de0387b12e200ea63204d6c'
organization_Id: '5de0387b12e200ea63204d6c'
}
</script>

Expand Down
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="description" content="Utility first css framework, design faster and improve on your css by using native inline styles as classes. No learning curve, use what you already know" />
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
<meta name="robots" content="index,follow" />
<meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">

<!-- CoCreate CSS -->
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
Expand All @@ -20,7 +21,7 @@
<div class="display:flex align-items:center">
<h2>CoCreate-modal</h2>
</div>
<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">
<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-modal" 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>
Expand All @@ -33,7 +34,7 @@ <h2>CoCreate-modal</h2>
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">

<div id="modal-reference" class="margin-top:80px border-bottom:1px_solid_lightgrey">
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#modal-reference"]'>
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#modal-reference"]'>
<h2 class="padding:5px_0px">Reference</h2>
<a class="margin-left:10px display:none" href="#modal-reference"><i class="fas fa-link"></i></a>
</span>
Expand Down Expand Up @@ -63,7 +64,7 @@ <h2 class="padding:5px_0px">Reference</h2>
</div>
</div>
<div id="modal-attributes" class="margin-top:80px border-bottom:1px_solid_lightgrey">
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#modal-attributes"]'>
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#modal-attributes"]'>
<h2 class="padding:5px_0px">Attributes</h2>
<a class="margin-left:10px display:none" href="#modal-attributes"><i class="fas fa-link"></i></a>
</span>
Expand Down Expand Up @@ -115,7 +116,7 @@ <h4><span>data-open_in</span> <span class="cocreate-badge success">string</span>
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
<!-- SandBox -->
<div id="modal-demo" class="border-bottom:1px_solid_lightgrey">
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#modal-demo"]'>
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#modal-demo"]'>
<h2 class="padding:5px_0px">Demo</h2>
<a class="margin-left:10px display:none" href="#modal-demo"><i class="fas fa-link"></i></a>
</span>
Expand All @@ -139,7 +140,7 @@ <h2 class="padding:5px_0px">Demo</h2>
class="margin-right:10px">
<i class="fas fa-external-link-alt"></i>
</a>
<a class="fs-toggle margin-right:5px" target="#playground-1"><i class="fas fa-expand"></i></a>
<a class="margin-right:5px" data-fullscreen target="#playground-1"><i class="fas fa-expand"></i></a>
</div>

<div class="svRow">
Expand Down Expand Up @@ -173,8 +174,7 @@ <h2 class="padding:5px_0px">Demo</h2>
<script>
var config = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
organization_Id: '5de0387b12e200ea63204d6c'
organization_Id: '5de0387b12e200ea63204d6c'
}
</script>

Expand Down

0 comments on commit 68903d3

Please sign in to comment.