Skip to content

Commit 8f414b2

Browse files
jelbourncrisbeto
authored andcommitted
docs: add context7.json config (#63000)
Context 7 is a popular tool for providing context to LLM-based coding tools. This config file tells Context 7 which parts of the repo are relevant for these LLM-based dev tools. See https://github.com/upstash/context7/blob/master/docs/adding-projects.md. PR Close #63000
1 parent 4b183c7 commit 8f414b2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

context7.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"projectTitle": "Angular",
4+
"description": "Angular is a web framework that empowers developers to build fast, reliable applications",
5+
"folders": [
6+
"adev/src/content/guide/**",
7+
"adev/src/content/ecosystem/**",
8+
"adev/src/content/reference/errors",
9+
"adev/src/content/reference/migrations",
10+
"adev/src/content/reference/extended-diagnostics",
11+
"adev/src/content/best-practices/**"
12+
],
13+
"excludeFolders": [
14+
"third_party",
15+
"integration",
16+
"modules",
17+
"goldens",
18+
"contributing-docs",
19+
"scripts",
20+
"tools"
21+
],
22+
"excludeFiles": [
23+
"CHANGELOG.md",
24+
"CHANGELOG_ARCHIVE.md",
25+
"CODE_OF_CONDUCT.md",
26+
"CONTRIBUTING.md",
27+
"LICENSE"
28+
]
29+
}

0 commit comments

Comments
 (0)