Skip to content

Commit efaef4b

Browse files
author
Ubuntu
committed
update readme adn docs
1 parent 8a5838a commit efaef4b

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,25 @@ A simple conditional-logic component in vanilla javascript. Easily configured us
66
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-conditional-logic?style=for-the-badge)
77
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-conditional-logic/help%20wanted?style=for-the-badge)
88

9-
![CoCreate](https://cdn.cocreate.app/logo.png)
9+
![CoCreate-boilerplate](https://cdn.cocreate.app/docs/CoCreate-boilerplate.gif)
1010

11-
[CoCreate Docs](https://cocreate.app/docs/conditional-logic)
11+
## [Docs & Demo](https://cocreate.app/docs/conditional-logic)
1212

1313

14-
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/issues) and [pull requests](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/pulls) or merely upvote or comment on existing issues or pull requests.
14+
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/boilerplate)
1515

16-
We appreciate your continued support, thank you!
16+
## CDN
17+
```html
18+
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js"></script>
19+
```
20+
```html
21+
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.css"></script>
22+
```
23+
24+
## NPM
25+
```shell
26+
$ npm install @cocreate/boilerplate
27+
```
1728

1829
# Table of Contents
1930

@@ -49,6 +60,10 @@ CoCreate-conditional-logic is maintained and funded by CoCreate. The names and l
4960

5061
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-conditional-logic/blob/master/CONTRIBUTING.md) guide for details.
5162

63+
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls) or merely upvote or comment on existing issues or pull requests.
64+
65+
We appreciate your continued support, thank you!
66+
5267
# License
5368
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-conditional-logic/blob/master/LICENSE)
5469

demo/CoCreate-conditional-logic.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
<title>Conditional Logic | CoCreate</title>
1111

1212
<!-- CoCreateCSS -->
13-
<link rel="stylesheet" href="https://cdn.cocreate.app/CoCreate.min.css" type="text/css" />
13+
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1414

1515
<!-- CoCreate Avatar -->
1616
<link rel="stylesheet" href="./CoCreate-avatar.css" type="text/css" />
1717

18-
<!-- Font Awesome -->
19-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
18+
2019
</head>
2120
<style type="text/css">
2221
.hidden{display:none;}
@@ -158,7 +157,7 @@ <h6 style='color:blue'>7 example SELECT (show multiples)</h6>
158157
</script>
159158

160159
<!-- CoCreateJS -->
161-
<!--<script src="https://server.cocreate.app/CoCreateJS/dist/CoCreate.js"></script>-->
160+
<!--<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>-->
162161

163162
<!-- CoCreateUI -->
164163

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="robots" content="index,follow" />
1212

1313
<!-- CoCreate CSS -->
14-
<link rel="stylesheet" href="https://server.cocreate.app/css/CoCreate.min.css" type="text/css" />
14+
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1515

1616
<!-- Font Awesome -->
1717
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
@@ -142,7 +142,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
142142
</script>
143143

144144
<!--CoCreateJS-->
145-
<script src="https://server.cocreate.app/js/CoCreate.min.js"></script>
145+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
146146

147147
<!-- CoCreate CodeMiirror -->
148148
<script type="text/javascript" src="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/dist/CoCreate-codemirror.js" async></script>

0 commit comments

Comments
 (0)