Skip to content

Commit ddadcf4

Browse files
thegdsksglinr
andcommitted
fix: correct context7 docs path from content/ to pages/docs/
Co-Authored-By: Glinr <bot@glincker.com>
1 parent 17b01e9 commit ddadcf4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

context7.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"$schema": "https://context7.com/schema/context7.json",
33
"projectTitle": "FeatureDrop",
44
"description": "Open-source product adoption toolkit — changelogs, badges, tours, checklists, hotspots, feedback widgets, surveys. Zero dependencies, < 3 kB core, 8 framework adapters, 12 storage adapters. Free Beamer/Pendo alternative.",
5-
"folders": ["apps/docs/content", "skills"],
6-
"excludeFolders": ["node_modules", "dist", "coverage", ".git", "examples", "docs-local"],
7-
"excludeFiles": ["CHANGELOG.md", "CODE_OF_CONDUCT.md"],
5+
"folders": ["apps/docs/pages/docs", "skills", "README.md"],
6+
"excludeFolders": ["node_modules", "dist", "coverage", ".git", "examples", "docs-local", ".claude"],
7+
"excludeFiles": ["CHANGELOG.md", "CODE_OF_CONDUCT.md", "_app.tsx", "_meta.json"],
88
"rules": [
99
"Always use subpath imports: featuredrop/react, featuredrop/react/hooks, featuredrop/adapters",
1010
"Prefer hooks from featuredrop/react/hooks for custom design systems (shadcn, Radix, etc.)",

0 commit comments

Comments
 (0)