Skip to content

Commit

Permalink
updated docs ghpages support
Browse files Browse the repository at this point in the history
  • Loading branch information
manu chatterjee committed Apr 13, 2024
1 parent a742b5f commit d69b4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# yackbox.js
~ ~ note: alpha version frequent changes ~ ~
yackbox is a simple vanilla (no dependancies) JavaScript chat control that can be easily integrated into web applications. It provides a customizable chat interface with support for adding, updating, and removing messages, along with multi-user support and message history controls.

## Features
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
<script>hljs.highlightAll();</script>
</head>
<body class="bw-def-page-setup bw-font-sans-serif dbat" ><br><br><h1 id="yackboxjs">yackbox.js</h1>
<p>yackbox is a simple vanilla (no dependancies) JavaScript chat control that can be easily integrated into web applications. It provides a customizable chat interface with support for adding, updating, and removing messages, along with multi-user support and message history controls.</p>
<p>~ ~ note: alpha version frequent changes ~ ~
yackbox is a simple vanilla (no dependancies) JavaScript chat control that can be easily integrated into web applications. It provides a customizable chat interface with support for adding, updating, and removing messages, along with multi-user support and message history controls.</p>
<h2 id="features">Features</h2>
<p>Add messages with customizable user and alignment options.
Update existing messages with new content.
Expand Down

0 comments on commit d69b4f4

Please sign in to comment.