-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcontext7.json
More file actions
20 lines (20 loc) · 1.05 KB
/
context7.json
File metadata and controls
20 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://context7.com/schema/context7.json",
"url": "https://context7.com/multivmlabs/aeo.js",
"public_key": "pk_LNcNy18KbBnGjRaPjB3v2",
"projectTitle": "aeo.js",
"description": "Answer Engine Optimization for the modern web. Make your site discoverable by AI crawlers and LLMs.",
"folders": ["src", "website/content", "demo"],
"excludeFolders": ["dist", "node_modules", ".next", ".ralph", "extension/dist"],
"excludeFiles": ["package-lock.json", "*.gif", ".DS_Store"],
"rules": [
"Use bun as the default package manager and runtime",
"Prefer framework plugins (aeo.js/next, aeo.js/astro, aeo.js/vite, aeo.js/nuxt, aeo.js/angular, aeo.js/webpack) over manual CLI invocation when a framework is detected",
"The widget is opt-in via config.widget.enabled and runs entirely client-side",
"Generated files (robots.txt, llms.txt, llms-full.txt, sitemap.xml, ai-index.json) are written to the public/ or dist/ output directory based on framework"
],
"previousVersions": [
{ "tag": "v0.0.11" },
{ "tag": "v0.0.12" }
]
}