Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"mini-apps/commands/send-transaction",
"mini-apps/commands/chat",
"mini-apps/commands/sign-message",
"mini-apps/commands/sign-typed-data",
"mini-apps/commands/share-contacts",
"mini-apps/commands/request-permission",
"mini-apps/commands/get-permissions",
Expand Down
163 changes: 0 additions & 163 deletions mini-apps/commands/sign-typed-data.mdx

This file was deleted.

16 changes: 5 additions & 11 deletions mini-apps/quick-start/commands.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: "Commands"
description: "Overview of Mini App commands"
"og:image": "/images/docs/docs-meta.png"
"twitter:image": "/images/docs/docs-meta.png"
description: "Overview of Mini App commands: verify with World ID, pay, wallet auth, send transactions, share contacts, notifications, and more."
---

import { QRCodeGenerator } from "/snippets/qr-code-generator.jsx";
Expand Down Expand Up @@ -55,12 +53,6 @@ Try our preview mini app to get a sense of how commands work. Scan the QR code b
Sign personal messages with your wallet
</td>
</tr>
<tr>
<td className="flex items-center p-2">Sign Typed Data</td>
<td className="p-2 align-middle">
Sign EIP-712 payloads with your wallet
</td>
</tr>
<tr>
<td className="flex items-center p-2">Share Contacts</td>
<td className="p-2 align-middle">
Expand All @@ -85,9 +77,11 @@ Try our preview mini app to get a sense of how commands work. Scan the QR code b
<td className="flex items-center p-2">Share</td>
<td className="p-2 align-middle">Native OS share modal</td>
</tr>
<tr>
<tr>
<td className="flex items-center p-2">Chat</td>
<td className="p-2 align-middle">Send Messages and Create Groups in World Chat</td>
<td className="p-2 align-middle">
Send Messages and Create Groups in World Chat
</td>
</tr>
<tr>
<td className="flex items-center p-2">Quick Actions</td>
Expand Down