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",