Spaces:
Running
Running
darielnoel
commited on
Update index.html
Browse files- index.html +29 -7
index.html
CHANGED
@@ -3,17 +3,39 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
-
<h1>
|
12 |
-
<
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
</div>
|
18 |
</body>
|
19 |
</html>
|
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>KaibanJS Blog Posts</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
+
<h1>KaibanJS Blog Posts</h1>
|
12 |
+
<ul>
|
13 |
+
<li>
|
14 |
+
<strong>Introducing KaibanJS v0.13.0: Structured Output for Smarter Workflows</strong><br />
|
15 |
+
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0130-release" target="_blank">
|
16 |
+
Read Article
|
17 |
+
</a>
|
18 |
+
</li>
|
19 |
+
<li>
|
20 |
+
<strong>AI Agents in Action: Managing GitHub Issues with KaibanJS</strong><br />
|
21 |
+
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-github-issues-integration" target="_blank">
|
22 |
+
Read Article
|
23 |
+
</a>
|
24 |
+
</li>
|
25 |
+
<li>
|
26 |
+
<strong>Exploring the Power of KaibanJS v0.11.0</strong><br />
|
27 |
+
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0-11-0-release" target="_blank">
|
28 |
+
Read Article
|
29 |
+
</a>
|
30 |
+
</li>
|
31 |
+
<li>
|
32 |
+
<strong>KaibanJS v0.10.0: Expanding AI Workflows with New Tools</strong><br />
|
33 |
+
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0-10-0-release" target="_blank">
|
34 |
+
Read Article
|
35 |
+
</a>
|
36 |
+
</li>
|
37 |
+
</ul>
|
38 |
</div>
|
39 |
</body>
|
40 |
</html>
|
41 |
+
|