Skip to content

Commit

Permalink
fix: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 24, 2024
1 parent ad8084e commit d68a2e2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@
</head>

<body>
<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"
key="src">
<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"
key="src">
</nav>
<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">
<menu array="files" object="603717b07de7fb350ae9fec8" key="src"></menu>
Expand All @@ -42,8 +49,9 @@ <h2>CoCreate-api</h2>
<a href="https://github.com/CoCreate-app/CoCreate-dnd" target="_blank" class=""><i src="/assets/svg/github.svg"></i></a>
</div>
</div>
<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
client component and server side for api processing.</h1>

<!-- <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
client component and server side for api processing.</h1> -->
<div id="api-section" class="display:flex flex-wrap:wrap">
<div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">

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

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

</div>
<!-- End SandBox -->
</div>
</div>
</div>

Expand Down

0 comments on commit d68a2e2

Please sign in to comment.