-
Notifications
You must be signed in to change notification settings - Fork 197
docs: added swaps page under transactions #1953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🌿 Documentation Preview
|
docs/docs.yml
Outdated
path: wallets/pages/transactions/send-parallel-transactions.mdx | ||
- page: Retry Transactions | ||
- page: Send parallel transactions | ||
path: wallets/tansactions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a path error in the navigation configuration for "Send parallel transactions". The current path wallets/tansactions
contains a typo ("tansactions" instead of "transactions") and is missing the complete file path structure.
The correct path should be:
wallets/pages/transactions/send-parallel-transactions.mdx
This matches the pattern used for all other transaction-related pages in this navigation section.
path: wallets/tansactions | |
path: wallets/pages/transactions/send-parallel-transactions.mdx |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
947458a
to
3ee7854
Compare
3ee7854
to
1725851
Compare
1725851
to
4353a07
Compare
4353a07
to
298f323
Compare
298f323
to
4bc355e
Compare
4bc355e
to
01a3f71
Compare
* fix: merge conflict * docs: added swaps page under transactions (#1953) * docs: added tx overview (#1999) * chore: add overview page for low level infra * fix: merge conflict * fix: merge conflict * fix: page links * feat(docs): low level bundler docs (#2026) * feat(docs): bundler docs init * feat(docs): add sdk example * feat(docs): change path * Update docs/pages/low-level-infra/bundler/sdk.mdx Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * Update docs/pages/low-level-infra/bundler/sdk.mdx Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * Update docs/pages/low-level-infra/bundler/sdk.mdx Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * feat(docs): change path * feat(docs): change path back * feat(docs): alter path * feat(docs): alter path * feat(docs): change to new seciton * feat(docs): remove url from section * feat(docs): clean up info * feat(docs): lint --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * feat(docs): add config * feat(docs): change to ts * feat(bundler): change to modularAccountClient * feat(infra): fix --------- Co-authored-by: Niveda Krishnamoorthy <81185262+niveda-krish@users.noreply.github.com> Co-authored-by: silviavl <82773616+silviavl@users.noreply.github.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR focuses on updating the documentation for the
Swap API
, including new content, rephrasing of section titles, and the addition of a detailed guide on using the API for token swaps.Detailed summary
Swap API
with key benefits and use cases.Swap API
.