-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Migrate gator docs #2045
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
base: main
Are you sure you want to change the base?
Migrate gator docs #2045
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
# Conflicts: # docs/whats-new.md
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
* Add embedded wallets. Signed-off-by: bgravenorst <[email protected]> * Stylesheet updates. Signed-off-by: bgravenorst <[email protected]> * Apply feedback. Signed-off-by: bgravenorst <[email protected]> --------- Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
* Update react-native.md Expo Demo repo had been deleted and was a broken link. * Update sdk/quickstart/react-native.md Co-authored-by: Alexandra Carrillo <[email protected]> * Update sdk/quickstart/react-native.md Co-authored-by: Alexandra Carrillo <[email protected]> * Update react-native.md --------- Co-authored-by: Alexandra Carrillo <[email protected]>
…oup (#2072) Bumps the npm_and_yarn group with 1 update: [tar-fs](https://github.com/mafintosh/tar-fs). Updates `tar-fs` from 1.16.4 to 1.16.5 - [Commits](https://github.com/mafintosh/tar-fs/commits) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 1.16.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandra Carrillo <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
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 versioned Delegation Toolkit documentation into the main MetaMask docs site and updates related configuration files. Key changes include adding new how‐to guides, quickstart guides, experimental feature documentation (e.g. delegation storage, ERC-7715 and ERC-7710), and updating configuration files (sidebar, docusaurus config, changelog, CODEOWNERS) to integrate the new content.
Reviewed Changes
Copilot reviewed 185 out of 185 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
gator/how-to/configure-delegation-toolkit.md | Adds a guide on configuring the Delegation Toolkit with Viem. |
gator/get-started/*.md | New setup and quickstart guides for installing and using the Delegation Toolkit. |
gator/experimental/*.md | Introduces experimental documentation for delegation storage, ERC-7715 permission requests, and ERC-7710 delegation redemption. |
gator/concepts/*.md | Provides conceptual documentation on smart accounts, environment configuration, delegation, and caveat enforcers. |
gator-sidebar.js, docusaurus.config.js, .github/CODEOWNERS, docs/whats-new.md | Updates to site configuration and navigation to incorporate the Delegation Toolkit docs. |
Comments suppressed due to low confidence (1)
docs/whats-new.md:26
- The change log contains a duplicate entry for the Delegation Toolkit addition. Consider removing or consolidating the duplicate to avoid confusion.
+- Added [Delegation Toolkit](/gator) to MetaMask documentation.
gator/concepts/environment.md
Outdated
signatory: { account: delegatorAccount }, | ||
}); | ||
|
||
export delegatorSmartAccount; |
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.
The export statement may be syntactically incorrect; consider using standard ES syntax such as 'export { delegatorSmartAccount };' to ensure it works as expected.
export delegatorSmartAccount; | |
export { delegatorSmartAccount }; |
Copilot uses AI. Check for mistakes.
Description
Migrate versioned Delegation Toolkit docs into main doc site.
Once ready to launch, this PR (https://github.com/Consensys/metamask-cloudflare-infra/pull/116) adds a redirect from
docs.gator.metamask.io/*
todocs.metamask.io/delegation-toolkit
.Preview
https://metamask-docs-bbgelslo4-consensys-ddffed67.vercel.app/delegation-toolkit/
Checklist
Complete this checklist before merging your PR: