Docs work
Lint / lint (push) Failing after 46s

This commit is contained in:
Julien Valverdé
2026-07-20 07:24:17 +02:00
parent 1fa2440d71
commit 10784322b1
6 changed files with 851 additions and 0 deletions
+13
View File
@@ -43,6 +43,15 @@ const config: Config = {
sidebarPath: "./sidebars.ts",
editUrl:
"https://github.com/Thiladev/effect-fc/tree/main/packages/docs/",
lastVersion: "current",
versions: {
current: {
label: "v4",
},
"3": {
label: "v3",
},
},
},
blog: false,
theme: {
@@ -70,6 +79,10 @@ const config: Config = {
position: "left",
label: "Docs",
},
{
type: "docsVersionDropdown",
position: "right",
},
{
href: "https://github.com/Thiladev/effect-fc",
label: "GitHub",