Skip to content

Commit 4d66205

Browse files
committed
Add explicit mapping files for object mappings and data source logo lookups.
1 parent 546bb24 commit 4d66205

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"search-mongo": "data-source-logos/mongodb_logo.webp",
3+
"search-mongo-2": "data-source-logos/mongodb_logo.webp",
4+
"search-mysql": "data-source-logos/mysql.webp"
5+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"search-mongo": {
3+
"title": "name",
4+
"created": "_timestamp",
5+
"previewText": "summary",
6+
"fullText": "description",
7+
"link": "listing_url"
8+
},
9+
"search-mysql": {
10+
"title": "name",
11+
"created": "_timestamp",
12+
"previewText": "summary",
13+
"fullText": "description",
14+
"link": "listing_url"
15+
}
16+
}

0 commit comments

Comments
 (0)