Skip to content

Commit 931822a

Browse files
committed
Add the playground to webpage
1 parent bf2d563 commit 931822a

File tree

4 files changed

+1773
-2
lines changed

4 files changed

+1773
-2
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
tests/**
44
out/tests/**
55
src/**
6+
docs/**
67
tsconfig.json
78
.gitignore
89
.DS_Store

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ When no `top` or `bottom` annotations are provided, the first argument defaults
114114

115115
## Release Notes
116116

117-
### v0.1.0
117+
### v0.1.0 (2026-02-07)
118118
Initial release with interactive report generation for a given argumentation framework.
119119

120-
### v0.0.1
120+
### v0.0.1 (2026-01-13)
121121
Early version with Python dependencies (deprecated).

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<a href="#showcase">Showcase</a>
3131
<a href="#features">Features</a>
3232
<a href="#examples">Demos</a>
33+
<a href="playground.html">Playground</a>
3334
<a href="https://github.com/xai-ca/argblazer">GitHub</a>
3435
<button class="pill" id="installBtn">Install</button>
3536
</nav>

0 commit comments

Comments
 (0)