@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user