Skip to content

Commit 6139f94

Browse files
committed
2 parents d5dad8c + f9743a9 commit 6139f94

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.1.3...v1.1.4) (2021-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Update to readme, demo, added cdn scripts ([14cec1b](https://github.com/CoCreate-app/CoCreate-docs/commit/14cec1be3d63708850955ee46d603fc69f3a986a))
7+
18
## [1.1.3](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.1.2...v1.1.3) (2021-04-23)
29

310

docs/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>CoCreate-docs</h2>
4343
<p class="max-width:500px margin:20px_10px line-height:1.5">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</p>
4444
<div id="docs-section" class="display:flex flex-wrap:wrap">
4545
<div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
46-
<div id="docs-install" class="border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#boilerplate-install-section">
46+
<div id="docs-install" class="border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#docs-install-section">
4747
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#docs-install"]'>
4848
<h2 class="padding:5px_0px">Install</h2>
4949
<a class="margin-left:10px display:none" href="#docs-install"><i class="fas fa-link"></i></a>
@@ -53,7 +53,7 @@ <h2 class="padding:5px_0px">Install</h2>
5353
<p class="padding:10px_0px line-height:1.5">Or you can use cdn link:</p>
5454
<pre><code class="language-html">&lt;script&gt;https://cdn.cocreate.app/docs/latest/CoCreate-docs.min.js&lt;/script&gt;</code></pre>
5555

56-
<div id="docs-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#boilerplate-usage-section">
56+
<div id="docs-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#docs-usage-section">
5757
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#docs-usage"]'>
5858
<h2 class="padding:5px_0px">Usage</h2>
5959
<a class="margin-left:10px display:none" href="#docs-usage"><i class="fas fa-link"></i></a>
@@ -68,7 +68,7 @@ <h2 class="padding:5px_0px">Usage</h2>
6868
<p class="padding:10px_0px line-height:1.5">This is docs usage</p>
6969
<p class="padding:10px_0px line-height:1.5">This is docs usage</p>
7070
</div>
71-
<div id="docs-attributes" class="margin-top:80px border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#boilerplate-attributes-section">
71+
<div id="docs-attributes" class="margin-top:80px border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#docs-attributes-section">
7272
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#docs-attributes"]'>
7373
<h2 class="padding:5px_0px">Attributes</h2>
7474
<a class="margin-left:10px display:none" href="#docs-attributes"><i class="fas fa-link"></i></a>
@@ -88,7 +88,7 @@ <h4><span>data-docs</span> <span class="cocreate-badge success">string</span> <s
8888

8989
<div class="flex-grow:1 width:300px padding:0px_10px margin-top:60px border-bottom:1px_solid_lightgrey">
9090
<!-- SandBox -->
91-
<div id="docs-demo" class="border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#boilerplate-demo-section">
91+
<div id="docs-demo" class="border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#docs-demo-section">
9292
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#docs-demo"]'>
9393
<h2 class="padding:5px_0px">Demo</h2>
9494
<a class="margin-left:10px display:none" href="#docs-demo"><i class="fas fa-link"></i></a>
@@ -143,7 +143,10 @@ <h2 class="padding:5px_0px">Demo</h2>
143143
</div>
144144

145145
</div>
146-
</main>
146+
<button href="https://github.com/CoCreate-app/CoCreate-docs/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%">
147+
<i class="fas fa-pencil-alt"></i>
148+
</button>
149+
</main>
147150
<script>
148151
var config = {
149152
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/docs",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Documentation generator ",
55
"keywords": [
66
"cocreate",

0 commit comments

Comments
 (0)