Skip to content

add Sui support to the cross chain docs#386

Merged
0xmaayan merged 4 commits intomainfrom
add_sui_to_x_chain_docs
Mar 2, 2026
Merged

add Sui support to the cross chain docs#386
0xmaayan merged 4 commits intomainfrom
add_sui_to_x_chain_docs

Conversation

@0xmaayan
Copy link
Contributor

@0xmaayan 0xmaayan commented Mar 2, 2026

No description provided.

@vercel
Copy link

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aptos-docs Ready Ready Preview, Comment Mar 2, 2026 8:59pm

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Sui-specific documentation to the X-Chain Accounts wallet-adapter guide so developers can set up Sui-derived accounts alongside existing Solana/EVM support.

Changes:

  • Adds a new “Sui” tab describing wallet discovery via the Sui Wallet Standard and listing tested wallets.
  • Documents installation and setup steps for @aptos-labs/derived-wallet-sui, including provider configuration for cross-chain wallets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

],
"src/content/**/*.mdx": [
"remark \"src/content/**/*.{md,mdx}\" --output"
"remark --output --"
Copy link
Contributor Author

@0xmaayan 0xmaayan Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous nano-staged command remark "src/content/**/*.{md,mdx}" --output had two issues:

  1. It hardcoded a glob that processed all content files on every commit, not just the staged ones.
  2. When nano-staged appended the staged file path, remark interpreted it as the destination for --output, causing "Cannot write multiple files to single output" errors.

Changed to remark --output -- so that nano-staged passes only the staged files as input, and -- prevents remark from consuming the file path as the output destination.

@0xmaayan 0xmaayan merged commit 2c6ba4b into main Mar 2, 2026
7 checks passed
@0xmaayan 0xmaayan deleted the add_sui_to_x_chain_docs branch March 2, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants