Fix docs version
Lint / lint (push) Failing after 33s

This commit is contained in:
Julien Valverdé
2026-07-26 00:36:41 +02:00
parent d0fa8f04a2
commit cd2115b49a
6 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -46,11 +46,11 @@ const config: Config = {
lastVersion: "current",
versions: {
current: {
label: "effect-view v1",
label: "effect-view v0",
},
"effect-fc-1.0": {
label: "effect-fc 1.0",
path: "effect-fc/1.0",
"effect-fc-v0": {
label: "effect-fc v0",
path: "effect-fc/v0",
},
},
},
+1 -1
View File
@@ -1,3 +1,3 @@
[
"effect-fc-1.0"
"effect-fc-v0"
]