Skip to content

Commit 4f0b720

Browse files
committed
fix: readme and documentation. Removed securitykeys
1 parent 8ba26f0 commit 4f0b720

9 files changed

+17
-27
lines changed

docs/index.html

+9-11
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
1010
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
1111
<meta name="robots" content="index,follow" />
12+
<meta property="og:image" content="https://cdn.cocreate.app/docs/kanban.png">
1213

1314
<!-- CoCreate CSS -->
1415
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
@@ -20,7 +21,7 @@
2021
<div class="display:flex align-items:center">
2122
<h2>CoCreate-kanban</h2>
2223
</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">
24+
<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/kanban.png">
2425
<a href="https://github.com/CoCreate-app/CoCreate-kanban" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
2526
<a class="margin-right:15px" data-share_network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
2627
<a class="margin-right:15px" data-share_network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
@@ -33,7 +34,7 @@ <h2>CoCreate-kanban</h2>
3334
<div class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px">
3435

3536
<div id="kanban-install" class="border-bottom:1px_solid_lightgrey">
36-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#kanban-install"]'>
37+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#kanban-install"]'>
3738
<h2 class="padding:5px_0px">Install</h2>
3839
<a class="margin-left:10px display:none" href="#kanban-install"><i class="fas fa-link"></i></a>
3940
</span>
@@ -43,7 +44,7 @@ <h2 class="padding:5px_0px">Install</h2>
4344
<pre><code class="language-html">&lt;script&gt;https://cdn.cocreate.app/kanban/latest/CoCreate-kanban.min.js&lt;/script&gt;</code></pre>
4445

4546
<div id="kanban-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey">
46-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#kanban-usage"]'>
47+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#kanban-usage"]'>
4748
<h2 class="padding:5px_0px">Usage</h2>
4849
<a class="margin-left:10px display:none" href="#kanban-usage"><i class="fas fa-link"></i></a>
4950
</span>
@@ -52,15 +53,13 @@ <h2 class="padding:5px_0px">Usage</h2>
5253
<p class="padding:10px_0px">This is kanban reference</p>
5354

5455
<div class="flex-grow:1 min-width:300px width:100%">
55-
<pre>
56-
<code class="language-html">&lt;div&gt;&lt;/div&gt;</code>
57-
</pre>
56+
<pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
5857
</div>
5958
<p class="padding:10px_0px">This is kanban reference</p>
6059
<p class="padding:10px_0px">This is kanban reference</p>
6160
</div>
6261
<div id="kanban-attributes" class="margin-top:80px border-bottom:1px_solid_lightgrey">
63-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#kanban-attributes"]'>
62+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#kanban-attributes"]'>
6463
<h2 class="padding:5px_0px">Attributes</h2>
6564
<a class="margin-left:10px display:none" href="#kanban-attributes"><i class="fas fa-link"></i></a>
6665
</span>
@@ -80,7 +79,7 @@ <h4><span>data-kanban</span> <span class="cocreate-badge success">string</span>
8079
<div class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
8180
<!-- SandBox -->
8281
<div id="kanban-demo" class="border-bottom:1px_solid_lightgrey">
83-
<span class="display:flex align-items:center" data-hover="display:block!important" data-hover_target='[href="#kanban-demo"]'>
82+
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#kanban-demo"]'>
8483
<h2 class="padding:5px_0px">Demo</h2>
8584
<a class="margin-left:10px display:none" href="#kanban-demo"><i class="fas fa-link"></i></a>
8685
</span>
@@ -104,7 +103,7 @@ <h2 class="padding:5px_0px">Demo</h2>
104103
class="margin-right:10px">
105104
<i class="fas fa-external-link-alt"></i>
106105
</a>
107-
<a class="fs-toggle margin-right:5px" target="#playground-1"><i class="fas fa-expand"></i></a>
106+
<a class="margin-right:5px" data-fullscreen target="#playground-1"><i class="fas fa-expand"></i></a>
108107
</div>
109108

110109
<div class="svRow">
@@ -138,8 +137,7 @@ <h2 class="padding:5px_0px">Demo</h2>
138137
<script>
139138
var config = {
140139
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
141-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
142-
organization_Id: '5de0387b12e200ea63204d6c'
140+
organization_Id: '5de0387b12e200ea63204d6c'
143141
}
144142
</script>
145143

src/archive/kanban.1.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@
175175
<script>
176176
var config = {
177177
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
178-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
179-
organization_Id: '5de0387b12e200ea63204d6c'
178+
organization_Id: '5de0387b12e200ea63204d6c'
180179
}
181180
</script>
182181

src/archive/kanban.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@
176176
<script>
177177
var config = {
178178
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
179-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
180-
organization_Id: '5de0387b12e200ea63204d6c'
179+
organization_Id: '5de0387b12e200ea63204d6c'
181180
}
182181
</script>
183182

src/archive/simple-test.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ <h4 data-pass_id="me1234" name="name">hello</h4>
7979
<script>
8080
var config = {
8181
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
82-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
83-
organization_Id: '5de0387b12e200ea63204d6c'
82+
organization_Id: '5de0387b12e200ea63204d6c'
8483
}
8584
</script>
8685

src/archive/stage-datatable.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ <h5 name="description"></h5>
240240
<script>
241241
var config = {
242242
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
243-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
244-
organization_Id: '5de0387b12e200ea63204d6c'
243+
organization_Id: '5de0387b12e200ea63204d6c'
245244
}
246245
</script>
247246

src/archive/stage-form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@
112112
<script>
113113
var config = {
114114
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
115-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
116-
organization_Id: '5de0387b12e200ea63204d6c'
115+
organization_Id: '5de0387b12e200ea63204d6c'
117116
}
118117

119118
</script>

src/kanban-form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@
286286
<script>
287287
var config = {
288288
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
289-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
290-
organization_Id: '5de0387b12e200ea63204d6c'
289+
organization_Id: '5de0387b12e200ea63204d6c'
291290
}
292291

293292
</script>

src/kanban.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@
182182
<script>
183183
var config = {
184184
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
185-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
186-
organization_Id: '5de0387b12e200ea63204d6c'
185+
organization_Id: '5de0387b12e200ea63204d6c'
187186
}
188187
</script>
189188

src/test-dnd.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
<script>
5151
var config = {
5252
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
53-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
54-
organization_Id: '5de0387b12e200ea63204d6c'
53+
organization_Id: '5de0387b12e200ea63204d6c'
5554
}
5655
</script>
5756

0 commit comments

Comments
 (0)