docs: promote forwarding address docs#60
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/wallet/guides/recovery-with-google-using-lit.mdx`:
- Line 45: The URL reference in the comment at the BUNDLER_URL line is missing a
trailing slash. Update the URL from
https://docs.candide.dev/wallet/api/supported-networks to
https://docs.candide.dev/wallet/api/supported-networks/ by adding a trailing
slash to ensure consistency with the redirect target and other internal link
patterns throughout the documentation.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 55b795e9-3f8e-4315-80d7-467b3c2608aa
📒 Files selected for processing (14)
blog/2023-05-11-voltaire-bundler/index.mdxblog/2024-09-12-voltaire-entrypoint-v7-support/index.mdxdocs/account-abstraction/research/eil.mddocs/forwarding-address/api-reference.mdxdocs/forwarding-address/integration-guide.mdxdocs/forwarding-address/overview.mdxdocs/wallet/abstractionkit/1.bundler.mdxdocs/wallet/api/public-endpoints.mddocs/wallet/api/supported-networks.mdxdocs/wallet/atelier-intro.mdxdocs/wallet/bundler/0-erc-4337-intro.mddocs/wallet/guides/recovery-with-google-using-lit.mdxdocusaurus.config.jssidebars.js
|
|
||
| // Candide | ||
| BUNDLER_URL="https://api.candide.dev/public/v3/11155111" // Other networks are found here: https://docs.candide.dev/wallet/bundler/rpc-endpoints | ||
| BUNDLER_URL="https://api.candide.dev/public/v3/11155111" // Other networks are found here: https://docs.candide.dev/wallet/api/supported-networks |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Add trailing slash for URL consistency.
The full URL in the comment is missing a trailing slash, while all other updated paths to the supported networks page consistently use /wallet/api/supported-networks/ with a trailing slash. This should be https://docs.candide.dev/wallet/api/supported-networks/ to match the redirect target and other internal link patterns.
🔗 Proposed fix
-BUNDLER_URL="https://api.candide.dev/public/v3/11155111" // Other networks are found here: https://docs.candide.dev/wallet/api/supported-networks
+BUNDLER_URL="https://api.candide.dev/public/v3/11155111" // Other networks are found here: https://docs.candide.dev/wallet/api/supported-networks/📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| BUNDLER_URL="https://api.candide.dev/public/v3/11155111" // Other networks are found here: https://docs.candide.dev/wallet/api/supported-networks | |
| BUNDLER_URL="https://api.candide.dev/public/v3/11155111" // Other networks are found here: https://docs.candide.dev/wallet/api/supported-networks/ |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/wallet/guides/recovery-with-google-using-lit.mdx` at line 45, The URL
reference in the comment at the BUNDLER_URL line is missing a trailing slash.
Update the URL from https://docs.candide.dev/wallet/api/supported-networks to
https://docs.candide.dev/wallet/api/supported-networks/ by adding a trailing
slash to ensure consistency with the redirect target and other internal link
patterns throughout the documentation.
Summary
Promotes Forwarding Address out of Labs into a first-class docs section with its own navbar entry, sidebar, and canonical
/forwarding-address/...routes.Also moves shared Bundler/Paymaster endpoint pages out of the Bundler folder into
/wallet/api/..., updates internal links to the new canonical routes, and keeps old URLs working with redirects.Changes
account-abstraction/researchtoforwarding-address.wallet/api.PluginstoSafe Account Plugins.Validation
yarn buildSummary by CodeRabbit
Release Notes