-
Notifications
You must be signed in to change notification settings - Fork 205
feat: migrate manual wallet content to main docs repo #2306
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
|
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.
Pull request overview
This PR removes documentation content related to manual wallet implementations, third-party integrations, and Wallet APIs from the aa-sdk repository. These materials are being migrated to a separate main documentation repository to consolidate documentation resources.
Key changes:
- Removes third-party signer integration guides (custom integrations, general signer documentation)
- Removes Wallet APIs endpoint documentation and quickstart guides
- Removes session keys SDK and API documentation
- Removes all smart contracts documentation (accounts, plugins, session keys, etc.)
- Removes signer authentication and policy documentation
- Removes shared content, resources, recipes, and React-specific guides
- Removes API generator configuration
Reviewed changes
Copilot reviewed 175 out of 277 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/pages/third-party/signers/* |
Removes third-party signer integration documentation |
docs/pages/smart-wallets/* |
Removes Wallet API endpoints and quickstart guides |
docs/pages/smart-contracts/* |
Removes all smart contract account documentation including Light Account, Modular Account, and session keys |
docs/pages/signer/* |
Removes signer authentication methods, policies, and overview documentation |
docs/pages/resources/* |
Removes glossary of types, terms, FAQs, and contact information |
docs/pages/recipes/* |
Removes recipe guides for common wallet features and integrations |
docs/pages/react/* |
Removes React-specific authentication examples and setup guides |
docs/pages/shared/* |
Removes shared markdown content for gas policies |
docs/api-generators/admin/generators.yaml |
Removes API generator configuration |
…ate-wallet-content
Warning
This PR needs to go out at the same time as its docs repo equivalent. It will not work until they are both merged!
See docs repo PR for more explanation
Pull Request Checklist
yarn test)sitefolder, 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)