docs: drop the Beta tag from the Hardhat 3 docs#266
Open
schaable wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Hardhat website documentation to reflect Hardhat 3 leaving beta by removing beta framing, removing the dedicated beta status page, and updating related redirects/shortlinks.
Changes:
- Removes the “beta” tip banners from key Hardhat 3 docs pages and updates the tutorial setup prompt text.
- Deletes the Hardhat 3 “Beta status” page and repoints the legacy Next.js-era redirect to “Getting started”.
- Adds a new
/hardhat3-telegram-groupshortlink and updates the docs to use it while keeping the old beta alias.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/redirects/shortlinks.ts | Adds /hardhat3-telegram-group shortlink while retaining the old beta alias. |
| src/redirects/next-to-starlight.ts | Updates the legacy /docs/learn-more/beta-status redirect to land on /docs/getting-started. |
| src/content/docs/docs/tutorial/setup.mdx | Updates tutorial wording from “Hardhat 3 Beta” to “Hardhat 3”. |
| src/content/docs/docs/reference/configuration.mdx | Removes the beta framing tip banner. |
| src/content/docs/docs/migrate-from-hardhat2/index.mdx | Removes the beta framing tip banner. |
| src/content/docs/docs/hardhat3/beta-status.mdx | Deletes the dedicated beta status page content. |
| src/content/docs/docs/getting-started.mdx | Removes the beta framing tip banner and updates the Telegram link to the new shortlink. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Hardhat 3 is leaving beta. This PR removes the beta framing from the docs:
"Hardhat 3 Beta"to"Hardhat 3"./hardhat3-telegram-groupshortlink and switches the docs link to it; the old/hardhat3-beta-telegram-groupalias is kept for backward compat.