Fix docs
Lint / lint (push) Successful in 2m2s
Test build / test-build (pull_request) Successful in 2m27s

This commit is contained in:
Julien Valverdé
2026-07-26 02:07:53 +02:00
parent 0af88596fe
commit 7982a568f7
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -4,5 +4,15 @@
"extends": "//", "extends": "//",
"files": { "files": {
"includes": ["./src/**"] "includes": ["./src/**"]
},
"linter": {
"rules": {
"complexity": {
"noImportantStyles": "off"
},
"style": {
"noDescendingSpecificity": "off"
}
}
} }
} }
+5
View File
@@ -84,6 +84,11 @@ const config: Config = {
type: "docsVersionDropdown", type: "docsVersionDropdown",
position: "right", position: "right",
}, },
{
href: "https://www.npmjs.com/package/effect-view",
label: "npm",
position: "right",
},
{ {
href: "https://github.com/Thiladev/effect-view", href: "https://github.com/Thiladev/effect-view",
label: "GitHub", label: "GitHub",