Skip to content
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

Adding a what's new page for MetaMask docs #1179

Merged
merged 8 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ const config = {
to: "services",
label: "Services",
},
{
to: "whats-new",
label: "What's new",
position: "right",
},
],
},
docs: {
Expand Down
25 changes: 25 additions & 0 deletions src/pages/whats-new.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "What's new in the documentation"
description: Summary of the latest updates to this documentation.
---

# What's new in the documentation

The latest major MetaMask documentation updates are listed by the month they were added to the documentation.
For a comprehensive list of recent product changes, visit the "Release Notes" section at the bottom of the [MetaMask developer page](https://metamask.io/developer/).

## February 2024

- Documented [account abstraction using ERC-4337](/snaps/features/custom-evm-accounts/#account-abstraction-erc-4337). ([#1167](https://github.com/MetaMask/metamask-docs/pull/1167))

- Documented [how to use Snaps environment variables](/snaps/how-to/use-environment-variables). ([#1149](https://github.com/MetaMask/metamask-docs/pull/1149))

- Documented [Snaps static files](/snaps/features/static-files). ([#1138](https://github.com/MetaMask/metamask-docs/pull/1138))

- Restructured [Snaps documentation](/snaps) for improved readability and accessibility. ([#1129](https://github.com/MetaMask/metamask-docs/pull/1129))

- Added [Snaps architecture diagrams](/snaps/learn/about-snaps). ([#1123](https://github.com/MetaMask/metamask-docs/pull/1123))

- Documented [`snap_getClientStatus`](/snaps/reference/snaps-api/#snap_getclientstatus). ([#1119](https://github.com/MetaMask/metamask-docs/pull/1119))

- Documented [how to detect multiple wallets using EIP-6963](/wallet/how-to/detect-wallet/multiple-wallets). ([#1094](https://github.com/MetaMask/metamask-docs/pull/1094))
Loading