Skip to content

Commit d68a2e2

Browse files
committed
fix: update doc
1 parent ad8084e commit d68a2e2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/index.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@
1717
</head>
1818

1919
<body>
20-
<nav class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px" content_id="content" scroll="sticky-nav,hide-nav" scroll-up="10" scroll-down="10" array="files" object="60395ef42b3ac232657040fd"
21-
key="src">
20+
<nav
21+
class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
22+
content_id="content"
23+
scroll="sticky-nav,hide-nav"
24+
scroll-up="10"
25+
scroll-down="10"
26+
array="files"
27+
object="60395ef42b3ac232657040fd"
28+
key="src">
2229
</nav>
2330
<sidenav id="menuL" class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl" resizable resize-selector="[content_id='content']" resize-property="margin-left" resize-value="width">
2431
<menu array="files" object="603717b07de7fb350ae9fec8" key="src"></menu>
@@ -42,8 +49,9 @@ <h2>CoCreate-api</h2>
4249
<a href="https://github.com/CoCreate-app/CoCreate-dnd" target="_blank" class=""><i src="/assets/svg/github.svg"></i></a>
4350
</div>
4451
</div>
45-
<h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">CoCreate-api is a simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. CoCreate-api includes the
46-
client component and server side for api processing.</h1>
52+
53+
<!-- <h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">CoCreate-api is a simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. CoCreate-api includes the
54+
client component and server side for api processing.</h1> -->
4755
<div id="api-section" class="display:flex flex-wrap:wrap">
4856
<div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
4957

@@ -74,7 +82,7 @@ <h2 id="api-dependencies" hover="display:block" hover-selector="" class="border-
7482
<span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-selector="[href='#api-usage']">
7583
<h2 class="padding:5px_0px">Usage</h2>
7684
<a class="margin-left:10px display:none" href="#api-usage"><i src="/assets/svg/link.svg"></i></a>
77-
</span>
85+
</span>
7886
</div>
7987

8088
<h4 class="margin-top:20px padding:5px_0px">Install package</h4>
@@ -218,7 +226,6 @@ <h2 class="padding:5px_0px">Demo</h2>
218226

219227
</div>
220228
<!-- End SandBox -->
221-
</div>
222229
</div>
223230
</div>
224231

0 commit comments

Comments
 (0)