Skip to content

docs: promote forwarding address docs#60

Merged
Sednaoui merged 1 commit into
mainfrom
docs/promote-forwarding-address-docs
Jun 23, 2026
Merged

docs: promote forwarding address docs#60
Sednaoui merged 1 commit into
mainfrom
docs/promote-forwarding-address-docs

Conversation

@Sednaoui

@Sednaoui Sednaoui commented Jun 23, 2026

Copy link
Copy Markdown
Member

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

  • Added a dedicated Forwarding Address navbar entry and sidebar.
  • Moved Forwarding Address docs from account-abstraction/research to forwarding-address.
  • Clarified the overview copy around onramp/deposit flows.
  • Added redirects for old Forwarding Address Labs URLs.
  • Moved shared Supported Networks and Public Endpoints pages to wallet/api.
  • Added redirects for old Bundler-specific shared API URLs.
  • Renamed the navbar label from Plugins to Safe Account Plugins.

Validation

  • yarn build

Summary by CodeRabbit

Release Notes

  • Documentation
    • Forwarding Address feature promoted from alpha to production status
    • Reorganized and streamlined API documentation structure for improved navigation
    • Updated references and navigation links across bundler, wallet, and integration guides

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
developer-docs Ready Ready Preview, Comment Jun 23, 2026 11:33am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: fbe74215-2178-4a44-b58a-43e9cd540253

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)

Comment @coderabbitai help to get the list of available commands.

@Sednaoui Sednaoui marked this pull request as ready for review June 23, 2026 11:49

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between 572ddf2 and c13f735.

📒 Files selected for processing (14)
  • blog/2023-05-11-voltaire-bundler/index.mdx
  • blog/2024-09-12-voltaire-entrypoint-v7-support/index.mdx
  • docs/account-abstraction/research/eil.md
  • docs/forwarding-address/api-reference.mdx
  • docs/forwarding-address/integration-guide.mdx
  • docs/forwarding-address/overview.mdx
  • docs/wallet/abstractionkit/1.bundler.mdx
  • docs/wallet/api/public-endpoints.md
  • docs/wallet/api/supported-networks.mdx
  • docs/wallet/atelier-intro.mdx
  • docs/wallet/bundler/0-erc-4337-intro.md
  • docs/wallet/guides/recovery-with-google-using-lit.mdx
  • docusaurus.config.js
  • sidebars.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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 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.

Suggested change
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.

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.

1 participant