Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Pull Request Overview
This PR makes a series of style, link, and navigation fixes across the documentation site, simplifying category definitions and improving URL consistency and styling. Key changes include removing autogenerated category pages, updating redirect and link paths in vercel.json and markdown files, and refining component styles and navigation elements.
Reviewed Changes
Copilot reviewed 47 out of 48 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| wallet/how-to/manage-networks/category.json | Removed autogenerated index for network management. |
| wallet/how-to/display/category.json | Removed autogenerated index for display pages. |
| wallet/how-to/connect-extension.md | Updated links to point to revised file paths. |
| wallet-sidebar.js | Removed redundant generated-index links from sidebar configuration. |
| vercel.json | Updated multiple redirect mappings to new destination paths. |
| src/theme/DocSidebarItem/Category/index.tsx | Added a new component implementation for category sidebar items. |
| src/scss/theme/_sidebar.scss & _markdown.scss | Adjusted styling including table, caret, and list margins. |
| src/components/SnapsSection.tsx | Removed the SnapsSection component. |
| Developer tools and Delegation Toolkit markdown/JSONs | Updated relative and absolute links; removed redundant tags and generated-index. |
Comments suppressed due to low confidence (5)
wallet/how-to/connect-extension.md:450
- Ensure the updated link '/wallet/how-to/manage-networks/detect-network.md' correctly reflects the new file path and that the referenced content exists.
- [Detect, add, and switch networks](/wallet/how-to/manage-networks/detect-network.md).
vercel.json:131
- Review the redirect mappings to ensure no conflicts or redirect loops are created by the new destination paths.
"destination": "/wallet/how-to/connect-extension/"
docusaurus.config.js:310
- Confirm that removing the default 'to' property for the 'Developer tools' dropdown does not negatively impact navigation.
label: 'Developer tools',
delegation-toolkit/how-to/create-smart-account/configure-accounts-signers.md:322
- Verify that the updated link to the EIP-7702 quickstart ('./../../get-started/eip7702-quickstart.md') is correct and that the file has been renamed appropriately.
functionality as defined by [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702). This implementation does not handle the upgrade process; see the [EIP-7702 quickstart](./../../get-started/eip7702-quickstart.md) to learn how to upgrade.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Make various fixes and enhancements:
Preview
https://metamask-docs-hgaa61yv1-consensys-ddffed67.vercel.app/
Checklist
Complete this checklist before merging your PR: