Skip to content

Commit dca76b0

Browse files
committed
[ai] Configure canonical Context7 source
[ai] Simplify redirected Context7 source
1 parent 3d5d791 commit dca76b0

3 files changed

Lines changed: 26 additions & 11 deletions

File tree

context7.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
2-
"projectTitle": "TinyBase",
3-
"description": "A reactive in-memory data store with persistence and synchronization for local-first JavaScript and TypeScript apps.",
4-
"folders": ["site/guides", "src/@types"],
5-
"excludeFolders": ["test", "docs", "site/demos"],
6-
"rules": [
7-
"Use a Store for ordinary reactive in-memory state.",
8-
"Use a MergeableStore when data must be merged or synchronized.",
9-
"Import integrations from their specific tinybase subpath.",
10-
"Prefer documentation matching the installed TinyBase version."
11-
],
12-
"previousVersions": [{"tag": "v9.1.1"}],
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"redirect": "/websites/tinybase",
134
"url": "https://context7.com/tinyplex/tinybase",
145
"public_key": "pk_UQtABnUkT4OJWIdLZIza9"
156
}

docs/context7.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"projectTitle": "TinyBase",
4+
"description": "A reactive in-memory data store with persistence and synchronization for local-first JavaScript and TypeScript apps.",
5+
"rules": [
6+
"Use a Store for ordinary reactive in-memory state.",
7+
"Use a MergeableStore when data must be merged or synchronized.",
8+
"Import integrations from their specific tinybase subpath.",
9+
"Prefer documentation matching the installed TinyBase version.",
10+
"Load persisted content before starting automatic saving.",
11+
"Prefer create-tinybase when scaffolding a new application.",
12+
"TinyBase is an in-memory application data layer, not a hosted database."
13+
],
214
"url": "https://context7.com/websites/tinybase",
315
"public_key": "pk_UQtABnUkT4OJWIdLZIza9"
416
}

site/extras/context7.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"projectTitle": "TinyBase",
4+
"description": "A reactive in-memory data store with persistence and synchronization for local-first JavaScript and TypeScript apps.",
5+
"rules": [
6+
"Use a Store for ordinary reactive in-memory state.",
7+
"Use a MergeableStore when data must be merged or synchronized.",
8+
"Import integrations from their specific tinybase subpath.",
9+
"Prefer documentation matching the installed TinyBase version.",
10+
"Load persisted content before starting automatic saving.",
11+
"Prefer create-tinybase when scaffolding a new application.",
12+
"TinyBase is an in-memory application data layer, not a hosted database."
13+
],
214
"url": "https://context7.com/websites/tinybase",
315
"public_key": "pk_UQtABnUkT4OJWIdLZIza9"
416
}

0 commit comments

Comments
 (0)