From 7982a568f7f52671ed4aa3f3d79ef0306007339d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Sun, 26 Jul 2026 02:07:53 +0200 Subject: [PATCH] Fix docs --- packages/docs/biome.json | 10 ++++++++++ packages/docs/docusaurus.config.ts | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/packages/docs/biome.json b/packages/docs/biome.json index 41d707b..8182858 100644 --- a/packages/docs/biome.json +++ b/packages/docs/biome.json @@ -4,5 +4,15 @@ "extends": "//", "files": { "includes": ["./src/**"] + }, + "linter": { + "rules": { + "complexity": { + "noImportantStyles": "off" + }, + "style": { + "noDescendingSpecificity": "off" + } + } } } diff --git a/packages/docs/docusaurus.config.ts b/packages/docs/docusaurus.config.ts index 366df46..90ee9f8 100644 --- a/packages/docs/docusaurus.config.ts +++ b/packages/docs/docusaurus.config.ts @@ -84,6 +84,11 @@ const config: Config = { type: "docsVersionDropdown", position: "right", }, + { + href: "https://www.npmjs.com/package/effect-view", + label: "npm", + position: "right", + }, { href: "https://github.com/Thiladev/effect-view", label: "GitHub",