Skip to content

Commit baddec3

Browse files
committed
Add VanFS to community add-on section
1 parent 817a7e4 commit baddec3

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

convert.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ <h1 class="w3-padding-16 w3-xxxlarge">
108108
<script async defer src="https://buttons.github.io/buttons.js"></script>
109109

110110

111-
<link rel="prefetch" href="/code/prism-v1.js" as="script"><link rel="prefetch" href="https://www.gstatic.com/charts/loader.js" as="script"><link rel="prefetch" href="/code/diff.min.js" as="script"><link rel="prefetch" href="/code/van-1.5.0.nomodule.min.js" as="script"><link rel="prefetch" href="/code/van-x-0.6.0.nomodule.min.js" as="script"></body></html>
111+
<link rel="prefetch" href="/code/prism-v1.js" as="script"><link rel="prefetch" href="https://www.gstatic.com/charts/loader.js" as="script"><link rel="prefetch" href="/code/diff.min.js" as="script"><link rel="prefetch" href="/code/van-1.5.0.nomodule.min.js" as="script"><link rel="prefetch" href="/code/van-x-0.6.0.nomodule.min.js" as="script">pt"&gt;</body></html>

convert/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ <h1 class="w3-padding-16 w3-xxxlarge">
108108
<script async defer src="https://buttons.github.io/buttons.js"></script>
109109

110110

111-
<link rel="prefetch" href="/code/prism-v1.js" as="script"><link rel="prefetch" href="https://www.gstatic.com/charts/loader.js" as="script"><link rel="prefetch" href="/code/diff.min.js" as="script"><link rel="prefetch" href="/code/van-1.5.0.nomodule.min.js" as="script"><link rel="prefetch" href="/code/van-x-0.6.0.nomodule.min.js" as="script"></body></html>
111+
<link rel="prefetch" href="/code/prism-v1.js" as="script"><link rel="prefetch" href="https://www.gstatic.com/charts/loader.js" as="script"><link rel="prefetch" href="/code/diff.min.js" as="script"><link rel="prefetch" href="/code/van-1.5.0.nomodule.min.js" as="script"><link rel="prefetch" href="/code/van-x-0.6.0.nomodule.min.js" as="script">pt"&gt;</body></html>

index.html

+1-1
Large diffs are not rendered by default.

sitegen/home.ts

+5
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ van.add(document.body, Counter())
178178
td("An ultra-lightweight Redux addon for ", VanJS()),
179179
td(Link("Meddah Abdallah", "https://github.com/MeddahAbdellah")),
180180
),
181+
tr(
182+
td(Link("VanFS", "https://github.com/ken-okabe/vanfs")),
183+
td("1:1 bindings from F# to ", VanJS()),
184+
td(Link("Ken Okabe", "https://github.com/ken-okabe")),
185+
),
181186
),
182187
),
183188
H2("Support & Feedback"),

0 commit comments

Comments
 (0)