Add Effect v4 support, Fast Refresh tooling, and revamped docs #56

Merged
Thilawyn merged 133 commits from next into master 2026-07-26 02:32:59 +02:00
6 changed files with 5 additions and 4 deletions
Showing only changes of commit 5017ccf5ba - Show all commits
+4 -3
View File
@@ -46,10 +46,11 @@ const config: Config = {
lastVersion: "current",
versions: {
current: {
label: "v4",
label: "effect-view v1",
},
"3": {
label: "v3",
"effect-fc-1.0": {
label: "effect-fc 1.0",
path: "effect-fc/1.0",
},
},
},
+1 -1
View File
@@ -1,3 +1,3 @@
[
"3"
"effect-fc-1.0"
]