Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Update docs to make it clear EthSigner is deprecated and no longer supported #159

Merged
merged 3 commits into from
Apr 4, 2024
Merged
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
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const baseUrl = isDev ? "/" : "/";
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "ConsenSys EthSigner",
tagline: "On 31 March 2024, Consensys will deprecate Ethsigner. Please use Web3Signer instead",
tagline:
"EthSigner is deprecated and no longer supported. Please use Web3Signer instead",
url: "https://docs.ethsigner.consensys.net",
baseUrl,
onBrokenLinks: "throw",
Expand Down Expand Up @@ -88,7 +89,8 @@ const config = {
},
announcementBar: {
id: "announcement_bar",
content: "⛔️ On 31 March 2024, Consensys will deprecate Ethsigner. Please use Web3Signer instead ⛔️",
content:
"⛔️ EthSigner is deprecated and no longer supported. Please use Web3Signer instead ⛔️",
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: false,
Expand Down
Loading