Skip to content

Commit 3b49e2b

Browse files
committed
Add context7.json
1 parent 536fc61 commit 3b49e2b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

context7.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"projectTitle": "React-admin",
4+
"description": "A frontend Framework for building single-page applications running in the browser on top of REST/GraphQL APIs, using TypeScript, React, react-router, react-hook-form, react-query, and Material Design.",
5+
"folders": ["docs"],
6+
"excludeFolders": ["src"],
7+
"excludeFiles": ["*.html","*.js","*.css"],
8+
"previousVersions": [
9+
{
10+
"tag": "v4.16.0",
11+
"title": "version 4.16"
12+
},
13+
{
14+
"tag": "v3.19.0",
15+
"title": "version 3.19"
16+
},
17+
{
18+
"tag": "v2.9.0",
19+
"title": "version 2.9"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)