-
Notifications
You must be signed in to change notification settings - Fork 8
feat: migrate manual wallet content to this repo #915
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
🌿 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 migrates non-SDK reference content from the aa-sdk repository to this docs repository, consolidating manual wallet documentation while preserving the existing SDK reference generation process. This simplification focuses SDK-specific tooling on SDK references only, while centralizing all other content in a single location.
Key changes:
- Migrated all manual wallet content (guides, quickstarts, concepts) from aa-sdk to this repository
- Updated docs.yml to replace placeholder content with complete manual documentation
- Maintained SDK reference auto-generation from source code in aa-sdk repository
Reviewed changes
Copilot reviewed 174 out of 274 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| fern/wallets/pages/third-party/signers/custom-integration.mdx | Added guide for integrating custom signers with Smart Wallets via EIP-7702 |
| fern/wallets/pages/smart-wallets/session-keys/*.mdx | Migrated complete session keys documentation including SDK and API usage guides |
| fern/wallets/pages/smart-wallets/quickstart/*.mdx | Added wallet API quickstart guides for both SDK and API approaches |
| fern/wallets/pages/smart-contracts/**/*.mdx | Migrated comprehensive smart contracts documentation for Modular Account, Light Account, and deployment info |
| fern/wallets/pages/signer/**/*.mdx | Added complete signer documentation including authentication methods and policies |
| fern/wallets/pages/resources/*.mdx | Migrated resource documentation including types, terms, and FAQs |
| fern/wallets/pages/recipes/*.mdx | Added recipe guides for common use cases like USDC transfers and Aave integration |
| fern/apis/admin/generators.yaml | Added admin API generator configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Warning
This PR must go out together with it's aa-sdk companion PR here
We are simplifying the docs content writing process by unifying all content into this repo. The exception is wallet's SDK references which still need to be auto-generated from source code in their repo. Much of the existing processes are therefore not changing, but rather getting more specifically targeted at SDK references. This does simplify some of insert-docs.sh since we no longer need to worry about external components or API specs.
Related Issues
https://app.asana.com/1/1129441638109975/project/1211825853436056/task/1212688005208749?focus=true
Changes Made
Testing
pnpm run validate)