Skip to content

Commit ff5ad75

Browse files
authored
docs: update announcement links and callout for the beta release (#2027)
The docs still linked the alpha announcement and described Vite+ as alpha. Now that the [beta announcement](https://voidzero.dev/posts/announcing-vite-plus-beta) is live: - The hero button and the Resources nav link point to the beta announcement post, and the button is labeled "Read the Beta Announcement". - The troubleshooting callout is reworded to match the beta post framing (stable, but not yet complete) and softened from a warning to an info box, since it now invites feedback instead of cautioning about instability. The `guide/why.md` link to the alpha post is left as is because its `#performance-scale` anchor only exists there.
1 parent 7575a95 commit ff5ad75

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default extendConfig(
154154
{ text: 'Releases', link: 'https://github.com/voidzero-dev/vite-plus/releases' },
155155
{
156156
text: 'Announcement',
157-
link: 'https://voidzero.dev/posts/announcing-vite-plus-alpha',
157+
link: 'https://voidzero.dev/posts/announcing-vite-plus-beta',
158158
},
159159
{
160160
text: 'Contributing',

docs/.vitepress/theme/components/home/Hero.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<div class="flex flex-wrap items-center justify-center gap-5">
1616
<a href="/guide" target="_self" class="button button--primary"> Get started </a>
1717
<a
18-
href="https://voidzero.dev/posts/announcing-vite-plus-alpha"
18+
href="https://voidzero.dev/posts/announcing-vite-plus-beta"
1919
target="_blank"
2020
rel="noopener noreferrer"
2121
class="button"
2222
>
23-
Read the Announcement
23+
Read the Beta Announcement
2424
</a>
2525
<CopyPrompt />
2626
</div>

docs/guide/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Use this page when something in Vite+ is not behaving the way you expect.
44

5-
::: warning
6-
Vite+ is still in alpha. We are making frequent changes, adding features quickly, and we want feedback to help make it great.
5+
::: info
6+
Vite+ is in beta: stable, but not yet complete. We are adding features on the road to 1.0 and prioritize community feedback, so please [reach out](#asking-for-help) if something does not work as expected.
77
:::
88

99
## Supported Tool Versions

0 commit comments

Comments
 (0)