You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mini-apps/technical-guides/search-discovery.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: Search & Discovery
3
-
description: How Base App indexes Mini Apps and surfaces them in search results and category rankings.
3
+
description: How The Base app indexes Mini Apps and surfaces them in search results and category rankings.
4
4
---
5
5
6
-
Indexing is how Base App adds your Mini App to its catalog, making it discoverable through search and browsing.
6
+
Indexing is how The Base app adds your Mini App to its catalog, making it discoverable through search and browsing.
7
7
Unlike traditional app stores with manual submission, you control when indexing happens. Share your Mini App URL to the social feed, and indexing starts automatically—no review process required.
8
8
9
9
## How indexing works
@@ -16,8 +16,8 @@ Your manifest must be properly configured and validated for indexing to work. Se
16
16
<Steptitle="Share your Mini App URL">
17
17
Share your URL to the feed.
18
18
</Step>
19
-
<Steptitle="Base App validates your manifest">
20
-
Base App fetches and validates your manifest file.
19
+
<Steptitle="The Base app validates your manifest">
20
+
The Base app fetches and validates your manifest file.
21
21
<Warning>
22
22
Invalid or unreachable manifests will fail indexing.
23
23
</Warning>
@@ -29,10 +29,10 @@ Your manifest must be properly configured and validated for indexing to work. Se
29
29
30
30
31
31
## How search works
32
-
Base App's search queries your Mini App's `name` field from the catalog. Both exact and partial matches appear in results. Search displays your Mini App based on information you provided in your manifest.
32
+
The Base app's search queries your Mini App's `name` field from the catalog. Both exact and partial matches appear in results. Search displays your Mini App based on information you provided in your manifest.
33
33
34
-
<Framecaption="Search results in Base App">
35
-
<imgsrc="/images/minikit/search.jpg"alt="search bar in base app"className="h-18 w-auto" />
34
+
<Framecaption="Search results in The Base app">
35
+
<imgsrc="/images/minikit/search.jpg"alt="search bar in the Base app"className="h-18 w-auto" />
0 commit comments