docs: added link to v6

This commit is contained in:
Richard Moore 2024-02-22 17:53:18 -05:00
parent 17bd93c664
commit c85651fad8
2 changed files with 4 additions and 2 deletions

@ -268,6 +268,7 @@ module.exports = {
"link-legacy-docs3": "https:/\/docs.ethers.org/v3/",
"link-legacy-docs4": "https:/\/docs.ethers.org/v4/",
"link-beta-docs6": "https:/\/docs.ethers.org/v6-beta/",
"link-docs6": "https:/\/docs.ethers.org/v6/",
"link-github-ci": "https:/\/github.com/ethers-io/ethers.js/actions/runs/158006903",
"link-github-issues": "https:/\/github.com/ethers-io/ethers.js/issues",

@ -1,8 +1,9 @@
_section: Documentation @<documentation>
This documentation is for Ethers v5.
This documentation is for Ethers v5, which only receives
minimal maintenance support. Please consider upgrading to v6.
For Ethers v6, see [v6 beta documentation](link-beta-docs6).
For Ethers v6, see [v6 documentation](link-docs6).
_subsection: What is Ethers? @<preamble>