Skip to content

Commit 51cd77c

Browse files
committed
rechanged title
1 parent a39025d commit 51cd77c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/mini-apps/technical-guides/search-discovery.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
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.
44
---
55

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.
77
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.
88

99
## How indexing works
@@ -16,8 +16,8 @@ Your manifest must be properly configured and validated for indexing to work. Se
1616
<Step title="Share your Mini App URL">
1717
Share your URL to the feed.
1818
</Step>
19-
<Step title="Base App validates your manifest">
20-
Base App fetches and validates your manifest file.
19+
<Step title="The Base app validates your manifest">
20+
The Base app fetches and validates your manifest file.
2121
<Warning>
2222
Invalid or unreachable manifests will fail indexing.
2323
</Warning>
@@ -29,10 +29,10 @@ Your manifest must be properly configured and validated for indexing to work. Se
2929

3030

3131
## 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.
3333

34-
<Frame caption="Search results in Base App">
35-
<img src="/images/minikit/search.jpg" alt="search bar in base app" className="h-18 w-auto" />
34+
<Frame caption="Search results in The Base app">
35+
<img src="/images/minikit/search.jpg" alt="search bar in the Base app" className="h-18 w-auto" />
3636
</Frame>
3737

3838
<Note>

0 commit comments

Comments
 (0)