Skip to content

Commit 804ad70

Browse files
feat(docs): add search apis in the api section (#1126)
1 parent 862835c commit 804ad70

File tree

6 files changed

+688
-1
lines changed

6 files changed

+688
-1
lines changed

.github/spelling/known_words_corpus.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,3 +763,4 @@ micropayments
763763
KYC
764764
Alrighty
765765
agentverseicon
766+
geolocation

pages/apis.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ import { AgentsIcon , AsiIcon, AgentverseIcon} from "src/icons/main-page-icons"
2828
title: "Mailroom APIs",
2929
description: "Start working with the Mailroom APIs.",
3030
path: "/apis/agentverse/mailroom",
31+
},
32+
{
33+
title: "Search APIs",
34+
description: "Start working with the Search APIs.",
35+
path: "/apis/agentverse/search",
3136
}
3237
]
3338
},

pages/apis/agentverse/_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"almanac": { "title": "Almanac APIs", "timestamp": true },
33
"hosting": { "title": "Hosting APIs", "timestamp": true },
4-
"mailroom": { "title": "Mailroom APIs", "timestamp": true }
4+
"mailroom": { "title": "Mailroom APIs", "timestamp": true },
5+
"search": { "title": "Search APIs", "timestamp": true }
56
}

0 commit comments

Comments
 (0)