Skip to content

Commit

Permalink
Adding a what's new page for MetaMask docs (#1179)
Browse files Browse the repository at this point in the history
* add what's new page

* update descriptoin

* Update docusaurus.config.js

Co-authored-by: Alexandra Tran Carrillo <[email protected]>

* Update src/pages/whats-new.md

Co-authored-by: Alexandra Tran Carrillo <[email protected]>

* Apply suggestions from code review

Co-authored-by: Alexandra Tran Carrillo <[email protected]>

* Add line break

* build

* build

---------

Co-authored-by: Alexandra Tran Carrillo <[email protected]>
  • Loading branch information
joaniefromtheblock and alexandratran authored Mar 6, 2024
1 parent 8b013b5 commit 471e4de
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,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))

0 comments on commit 471e4de

Please sign in to comment.