Skip to content

Commit

Permalink
feat(docs): add ASI Alliance wallet APIs in docs (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Sep 23, 2024
1 parent c237125 commit 946cd50
Show file tree
Hide file tree
Showing 4 changed files with 1,982 additions and 1 deletion.
16 changes: 16 additions & 0 deletions pages/apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,20 @@ import { GuideBox } from "../components/feature-guide-tabs";
/>

</Row>

## ASI Alliance Wallet APIs

<div className="nx-text-fetch-content"></div>

<Row>
<GuideBox
content={{
title: "ASI Alliance Wallet APIs",
description: "Start working with the ASI Alliance Wallet APIs.",
path: "/apis/asi-alliance-wallet/asi-wallet-apis"
}}
/>

</Row>

<div className="nx-mb-8"></div>
3 changes: 2 additions & 1 deletion pages/apis/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"agentverse": "AgentVerse",
"ai-engine": "AI Engine"
"ai-engine": "AI Engine",
"asi-alliance-wallet": "ASI Alliance Wallet"
}
6 changes: 6 additions & 0 deletions pages/apis/asi-alliance-wallet/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"asi-wallet-apis": {
"title": "ASI Alliance Wallet APIs",
"timestamp": true
}
}
Loading

0 comments on commit 946cd50

Please sign in to comment.